mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Added eqemu::any
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
float f = 3.1416;
|
||||
|
||||
auto s = StringFormat(fmt, c, i, f);
|
||||
TEST_ASSERT(s.length() == 17);
|
||||
TEST_ASSERT_EQUALS(s.length(), 17);
|
||||
TEST_ASSERT(s.compare("Test: a 2014 3.14") == 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user