|
@@ -26,7 +26,6 @@ class NameTest : public CppUnit::TestFixture {
|
|
public:
|
|
public:
|
|
void get_length();
|
|
void get_length();
|
|
void to_text();
|
|
void to_text();
|
|
- //static CppUnit::Test* suite();
|
|
|
|
|
|
|
|
CPPUNIT_TEST_SUITE(NameTest);
|
|
CPPUNIT_TEST_SUITE(NameTest);
|
|
CPPUNIT_TEST(get_length);
|
|
CPPUNIT_TEST(get_length);
|