File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ namespace Datamodel_Tests
1313{
1414 public class DatamodelTests
1515 {
16- protected FileStream Binary_9_File = File . OpenRead ( @" Resources\ overboss_run.dmx") ;
17- protected FileStream Binary_5_File = File . OpenRead ( @" Resources\ taunt05_b5.dmx") ;
18- protected FileStream Binary_4_File = File . OpenRead ( @" Resources\ binary4.dmx") ;
19- protected FileStream KeyValues2_1_File = File . OpenRead ( @" Resources\ taunt05.dmx") ;
16+ protected FileStream Binary_9_File = File . OpenRead ( TestContext . CurrentContext . TestDirectory + "/ Resources/ overboss_run.dmx") ;
17+ protected FileStream Binary_5_File = File . OpenRead ( TestContext . CurrentContext . TestDirectory + "/ Resources/ taunt05_b5.dmx") ;
18+ protected FileStream Binary_4_File = File . OpenRead ( TestContext . CurrentContext . TestDirectory + "/ Resources/ binary4.dmx") ;
19+ protected FileStream KeyValues2_1_File = File . OpenRead ( TestContext . CurrentContext . TestDirectory + "/ Resources/ taunt05.dmx") ;
2020
2121 const string GameBin = @"C:/Program Files (x86)/Steam/steamapps/common/sbox/bin/win64" ;
2222 static readonly string DmxConvertExe = Path . Combine ( GameBin , "dmxconvert.exe" ) ;
You can’t perform that action at this time.
0 commit comments