File tree Expand file tree Collapse file tree
SabreTools.RedumpLib.Test
SabreTools.RedumpLib/Data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ public void FormatOutputData_COPPSX_Formatted()
281281 [ Fact ]
282282 public void FormatOutputData_TAWOInvalid_Minimal ( )
283283 {
284- string expected = "Tracks and Write Offsets:\n \t DAT :\n \n \n \n \n " ;
284+ string expected = "Tracks and Write Offsets:\n \t ClrMamePro Data (DAT) :\n \n \n \n \n " ;
285285
286286 var builder = new StringBuilder ( ) ;
287287 TracksAndWriteOffsetsSection ? section = new ( ) ;
@@ -295,7 +295,7 @@ public void FormatOutputData_TAWOInvalid_Minimal()
295295 [ Fact ]
296296 public void FormatOutputData_TAWO_Formatted ( )
297297 {
298- string expected = "Tracks and Write Offsets:\n \t DAT :\n \n XXXXXX\n \n \n \t Cuesheet: XXXXXX\n \t Write Offset: XXXXXX\n " ;
298+ string expected = "Tracks and Write Offsets:\n \t ClrMamePro Data (DAT) :\n \n XXXXXX\n \n \n \t Cuesheet: XXXXXX\n \t Write Offset: XXXXXX\n " ;
299299
300300 var builder = new StringBuilder ( ) ;
301301 TracksAndWriteOffsetsSection ? section = new ( )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ internal static class Template
4545 public const string ReportedDiscType = "Reported Disc Type" ;
4646 public const string C2ErrorCountField = "C2 Error Count" ;
4747 public const string PVDField = "Primary Volume Descriptor (PVD)" ;
48- public const string DATField = "DAT" ;
48+ public const string DATField = "ClrMamePro Data ( DAT) " ;
4949 public const string SizeField = "Size" ;
5050 public const string CRC32Field = "CRC32" ;
5151 public const string MD5Field = "MD5" ;
You can’t perform that action at this time.
0 commit comments