fixed unit-test to properly detect if decode worked

This commit is contained in:
Connor Tumbleson 2013-07-15 12:24:07 -05:00
parent b80ed371ef
commit 102cc0443d

View File

@ -60,7 +60,7 @@ public class BuildAndDecodeTest {
@Test
public void buildAndDecodeTest() throws BrutException {
assertTrue(sTestNewDir.hashCode() == sTestNewDir.hashCode());
assertTrue(sTestNewDir.isDirectory());
}
@Test