Skip to content

Commit

Permalink
[UnitTest] TMS v113
Browse files Browse the repository at this point in the history
  • Loading branch information
lastbattle committed May 28, 2023
1 parent c406c43 commit afb01b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UnitTest_WzFile/UnitTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace UnitTest_WzFile
[TestClass]
public class UnitTest1
{
private static WzFileManager _fileManager = new WzFileManager("", false);
private static WzFileManager _fileManager = new WzFileManager("", false, false);

private static readonly List<Tuple<string, WzMapleVersion>> _testFiles = new List<Tuple<string, WzMapleVersion>>();

Expand Down Expand Up @@ -43,6 +43,7 @@ public UnitTest1()

// TaiwanMS
_testFiles.Add(new Tuple<string, WzMapleVersion>("TamingMob_TMS_113.wz", WzMapleVersion.EMS));
_testFiles.Add(new Tuple<string, WzMapleVersion>("TMS_113_Item.wz", WzMapleVersion.EMS));
}

/// <summary>
Expand Down
3 changes: 3 additions & 0 deletions UnitTest_WzFile/UnitTest_WzFile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
<None Include="WzFiles\Common\TamingMob_SEA_211.wz">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="WzFiles\Common\TMS_113_Item.wz">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="WzFiles\Hotfix\Data.wz">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
Binary file added UnitTest_WzFile/WzFiles/Common/TMS_113_Item.wz
Binary file not shown.

0 comments on commit afb01b8

Please sign in to comment.