Skip to content

Commit

Permalink
removed unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Apodaca committed Jul 1, 2009
1 parent dab5cfc commit 190e9a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 376 deletions.
2 changes: 1 addition & 1 deletion src/com/metamolecular/mx/test/MXTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static void main(String[] args)
suite.addTestSuite(DefaultWalkerTest.class);
suite.addTestSuite(DefaultStepTest.class);
suite.addTestSuite(BloomFilterTest.class);
suite.addTestSuite(NewPathWriterTest.class);
suite.addTestSuite(PathWriterTest.class);

TestRunner.run(suite);
}
Expand Down
375 changes: 0 additions & 375 deletions src/com/metamolecular/mx/test/NewPathWriterTest.java

This file was deleted.

0 comments on commit 190e9a8

Please sign in to comment.