If the test is useless anyway, I'm not fixing it.

This commit is contained in:
Lucas Nicodemus 2011-09-24 16:27:59 -06:00
parent dc9fa579f8
commit cf0fe05f82

View file

@ -93,8 +93,6 @@ namespace UnitTests
/**
* For now, this test is useless. Need to implement user groups so we can alter Canbuild permission.
*/
TSPlayer t = new TSPlayer(0);
Assert.IsFalse( manager.CanBuild( 100,100,t) );
}
[TestMethod]