Refactoring: Renamed TestTOKEN to TestToken

This commit is contained in:
Daniel Marjamäki 2010-04-05 10:15:30 +02:00
parent 61e1c4183f
commit 262e5390a0
1 changed files with 3 additions and 3 deletions

View File

@ -23,10 +23,10 @@
#include <cstring>
extern std::ostringstream errout;
class TestTOKEN : public TestFixture
class TestToken : public TestFixture
{
public:
TestTOKEN() : TestFixture("TestTOKEN")
TestToken() : TestFixture("TestToken")
{ }
private:
@ -123,4 +123,4 @@ private:
}
};
REGISTER_TEST(TestTOKEN)
REGISTER_TEST(TestToken)