ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/test/io/IfstrstreamTestCase.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/test/io/IfstrstreamTestCase.cpp (file contents):
Revision 1579 by tim, Fri Oct 15 18:28:46 2004 UTC vs.
Revision 1580 by tim, Fri Oct 15 20:34:21 2004 UTC

# Line 1 | Line 1
1   #include "io/basic_ifstrstream.hpp"
2   #include "IfstrstreamTestCase.hpp"
3   // Registers the fixture into the 'registry'
4 + using namespace oopse;
5   CPPUNIT_TEST_SUITE_REGISTRATION( IfstrstreamTestCase );
6  
7   #ifndef IS_MPI
# Line 39 | Line 40 | void IfstrstreamTestCase::testMasterConstructor() {
40   }
41  
42   void IfstrstreamTestCase::testMasterConstructor() {
43 <        CPPUNIT_ASSERT(1 == 0);
43 >    ifstrstream in;
44   }    
45  
46   void IfstrstreamTestCase::testMasterOpen() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines