Refactoring: Renamed TestTOKEN to TestToken
This commit is contained in:
parent
61e1c4183f
commit
262e5390a0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue