Skip to content

Commit

Permalink
Refs #4472. Fixing number in test to agree with file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Apr 25, 2012
1 parent 4449be7 commit 1cf6575
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 1cf6575

Please sign in to comment.