Skip to content

Commit

Permalink
Revert "Refs #4472 test fix (test runs on my machine only anyway"
Browse files Browse the repository at this point in the history
This reverts commit 97bdddb.
  • Loading branch information
Janik Zikovsky committed Apr 26, 2012
1 parent 97bdddb commit 1183600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class LoadEventNexusTest : public CxxTest::TestSuite
TS_ASSERT( WS );
if (!WS) return;
TS_ASSERT_EQUALS( WS->getNumberHistograms(), 117760);
TS_ASSERT_EQUALS( WS->getNumberEvents(), 10730482);
TS_ASSERT_EQUALS( WS->getNumberEvents(), 10730347);
for (size_t wi = 0; wi < WS->getNumberHistograms(); wi++)
{
// Times are NON-zero for ALL pixels.
Expand Down

0 comments on commit 1183600

Please sign in to comment.