Skip to content

Commit

Permalink
Removed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Sep 8, 2010
1 parent 3f7e5e0 commit e604413
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/test/hook/ConfigurableSuccessTest.java
Expand Up @@ -19,8 +19,6 @@ public void run(IConfigureCallBack callBack, ITestResult testResult) {

@Test
public void hookWasRun() {
// Note: this value will depend on what other classes are in the same <test> and
// <suite>, so not a very accurate test
Assert.assertEquals(m_hookCount, 2);
Assert.assertTrue(m_bc);
Assert.assertTrue(m_bm);
Expand Down

0 comments on commit e604413

Please sign in to comment.