Skip to content

Commit

Permalink
fix test after recent changes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-cpp/trunk@1464224 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Timothy A. Bish committed Apr 3, 2013
1 parent dc5db04 commit 93f0d06
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ void LongSequenceGeneratorTest::test() {
long long result2 = sequence.getNextSequenceId();

CPPUNIT_ASSERT( result1 < result2 );
CPPUNIT_ASSERT( result2 < sequence.getLastSequenceId() );
CPPUNIT_ASSERT( result2 == sequence.getLastSequenceId() );
CPPUNIT_ASSERT( result2 < sequence.getNextSequenceId() );

}

0 comments on commit 93f0d06

Please sign in to comment.