Skip to content

Commit

Permalink
remove un-needed test
Browse files Browse the repository at this point in the history
  • Loading branch information
sargeantPig committed Oct 20, 2023
1 parent 536c167 commit 837ede0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions RTWLib_Tests/wrappers/Tests_edu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,20 +113,20 @@ public void eduRemoveRemasterStatBlocks()
Assert.AreEqual(expected, result.Count);
}

[TestMethod]
public void eduUnitWrapper()
{
var parse = RFH.ParseFile(Creator.EDUcreator, ' ', false, "resources", "export_descr_unit.txt");
var parsedds = new EDU(parse, config);
parsedds.PrepareEDU();
// [TestMethod]
// public void eduUnitWrapper()
// {
// var parse = RFH.ParseFile(Creator.EDUcreator, ' ', false, "resources", "export_descr_unit.txt");
// var parsedds = new EDU(parse, config);
// parsedds.PrepareEDU();

UnitsWrapper uw = new UnitsWrapper(parsedds);
// UnitsWrapper uw = new UnitsWrapper(parsedds);

var result = 0;
var expected = 1;
// var result = 0;
// var expected = 1;


Assert.AreEqual(expected, result);
}
// Assert.AreEqual(expected, result);
// }
}
}

0 comments on commit 837ede0

Please sign in to comment.