File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ public sealed class ExtractionTests
1010 [ TestInitialize ]
1111 public void Initialize ( )
1212 {
13- // Pinned on 11.1.0.58945 , should remain available with archive fallbacks if needed .
13+ // Pinned on 9.0.1.35078 , should still be available as long as it is on wowe1 .
1414 build = new BuildInstance ( ) ;
15- build . LoadConfigs ( "f243bb339503142f617fd44d9170338a " , "61ae809fa4cead855609d40da0d815e1 " ) ;
15+ build . LoadConfigs ( "43a001a23efd4193a96266be43fe67d8 " , "c67fdeccf96e2a0ddf205e0a7e8f1927 " ) ;
1616 build . Load ( ) ;
1717 }
1818
1919 [ TestMethod ]
2020 public void ExtractEXE ( )
2121 {
22- var filename = "WowT .exe" ;
23- var expectedMD5 = "a9d720ccc4d81a27bae481bafae6be3a " ;
22+ var filename = "WowB .exe" ;
23+ var expectedMD5 = "923754949b474d581fd9fdd2c1c32912 " ;
2424
2525 var fileEntries = build . Install . Entries . Where ( x => x . name . Equals ( filename , StringComparison . InvariantCultureIgnoreCase ) ) . ToList ( ) ;
2626 if ( fileEntries . Count == 0 )
You can’t perform that action at this time.
0 commit comments