mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Stop using "Rom" terminology
This commit is contained in:
@@ -7,27 +7,27 @@ namespace SabreTools.DatFiles.Test
|
|||||||
{
|
{
|
||||||
public partial class DatFileTests
|
public partial class DatFileTests
|
||||||
{
|
{
|
||||||
#region AddRomsFromBios
|
#region AddItemsFromBios
|
||||||
|
|
||||||
// TODO: Implement AddRomsFromBios tests
|
// TODO: Implement AddItemsFromBios tests
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region AddRomsFromChildren
|
#region AddItemsFromChildren
|
||||||
|
|
||||||
// TODO: Implement AddRomsFromChildren tests
|
// TODO: Implement AddItemsFromChildren tests
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region AddRomsFromDevices
|
#region AddItemsFromDevices
|
||||||
|
|
||||||
// TODO: Implement AddRomsFromDevices tests
|
// TODO: Implement AddItemsFromDevices tests
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region AddRomsFromParent
|
#region AddItemsFromParent
|
||||||
|
|
||||||
// TODO: Implement AddRomsFromParent tests
|
// TODO: Implement AddItemsFromParent tests
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
@@ -37,15 +37,15 @@ namespace SabreTools.DatFiles.Test
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region RemoveBiosRomsFromChild
|
#region RemoveBiosItemsFromChild
|
||||||
|
|
||||||
// TODO: Implement RemoveBiosRomsFromChild tests
|
// TODO: Implement RemoveBiosItemsFromChild tests
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region RemoveRomsFromChild
|
#region RemoveItemsFromChild
|
||||||
|
|
||||||
// TODO: Implement RemoveRomsFromChild tests
|
// TODO: Implement RemoveItemsFromChild tests
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user