[rhmessaging-commits] rhmessaging commits: r1739 - store/trunk/cpp/tests/jrnl/jtt.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Feb 28 13:42:43 EST 2008


Author: kpvdr
Date: 2008-02-28 13:42:43 -0500 (Thu, 28 Feb 2008)
New Revision: 1739

Modified:
   store/trunk/cpp/tests/jrnl/jtt/_ut_read_arg.cpp
Log:
Fixed conflicting boost test name

Modified: store/trunk/cpp/tests/jrnl/jtt/_ut_read_arg.cpp
===================================================================
--- store/trunk/cpp/tests/jrnl/jtt/_ut_read_arg.cpp	2008-02-28 18:30:27 UTC (rev 1738)
+++ store/trunk/cpp/tests/jrnl/jtt/_ut_read_arg.cpp	2008-02-28 18:42:43 UTC (rev 1739)
@@ -100,9 +100,9 @@
     cout << "ok" << endl;
 }
 
-BOOST_AUTO_TEST_CASE(istream)
+BOOST_AUTO_TEST_CASE(istream_)
 {
-    cout << file << ".istream: " << flush;
+    cout << file << ".istream_: " << flush;
     read_arg ra;
     istringstream ss1("LAZYLOAD", ios::in);
     ss1 >> ra;
@@ -123,9 +123,9 @@
     cout << "ok" << endl;
 }
 
-BOOST_AUTO_TEST_CASE(ostream)
+BOOST_AUTO_TEST_CASE(ostream_)
 {
-    cout << file << ".ostream: " << flush;
+    cout << file << ".ostream_: " << flush;
     ostringstream s1;
     read_arg ra(read_arg::LAZYLOAD);
     s1 << ra;




More information about the rhmessaging-commits mailing list