serialization; more docu
This commit is contained in:
@@ -123,7 +123,7 @@ class StringTest: public CppUnit::TestFixture {
|
||||
}
|
||||
void operatorBrackets() {
|
||||
xml::String t("test");
|
||||
CPPUNIT_ASSERT_THROW(t["zxy"], xml::access_error);
|
||||
CPPUNIT_ASSERT_THROW(t[std::string("zxy")], xml::access_error);
|
||||
}
|
||||
void text() {
|
||||
xml::String t("test");
|
||||
|
||||
Reference in New Issue
Block a user