Skip to content

Commit

Permalink
UT compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nestal committed Apr 29, 2013
1 parent a668b76 commit 15b3b85
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions libgrive/test/util/ConfigTest.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ public :
ConfigTest( ) ;

CPPUNIT_TEST_SUITE( ConfigTest ) ;
CPPUNIT_TEST( TestInitialiseWithEmptyString ) ;
CPPUNIT_TEST( TestInitialiseWithString ) ;
CPPUNIT_TEST( TestInitialiseWithFileSystemPath ) ;
CPPUNIT_TEST( TestInitialiseWithPath ) ;
CPPUNIT_TEST( TestInitialiseWithNoPath ) ;
CPPUNIT_TEST_SUITE_END();

private :
void TestInitialiseWithEmptyString( );
void TestInitialiseWithString( );
void TestInitialiseWithFileSystemPath( );
void TestInitialiseWithPath( );
void TestInitialiseWithNoPath( );
} ;

} // end of namespace
Expand Down

0 comments on commit 15b3b85

Please sign in to comment.