mirror of
https://github.com/taglib/taglib.git
synced 2025-07-23 07:24:30 -04:00
Remove obsolete String::null and related functions.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user