Remove obsolete String::null and related functions.

This commit is contained in:
Tsuda Kageyu
2015-11-22 17:56:18 +09:00
parent 15775d4135
commit 973fb49cde
7 changed files with 14 additions and 63 deletions

View File

@ -75,7 +75,6 @@ public:
s.clear();
CPPUNIT_ASSERT(s.isEmpty());
CPPUNIT_ASSERT(!s.isNull()); // deprecated, but still worth it to check.
String unicode("José Carlos", String::UTF8);
CPPUNIT_ASSERT(strcmp(unicode.toCString(), "Jos\xe9 Carlos") == 0);