diff --git a/test/unittest/schematest.cpp b/test/unittest/schematest.cpp index d84fcd49..a0763893 100644 --- a/test/unittest/schematest.cpp +++ b/test/unittest/schematest.cpp @@ -2918,7 +2918,7 @@ TEST(SchemaValidator, Schema_UnknownError) { TEST(SchemaValidator, Uri_Parse) { typedef std::basic_string String; - typedef Uri >> Uri; + typedef Uri > > Uri; MemoryPoolAllocator allocator; String s = "http://auth/path?query#frag"; @@ -3028,7 +3028,7 @@ TEST(SchemaValidator, Uri_Parse) { TEST(SchemaValidator, Uri_Resolve) { typedef std::basic_string String; - typedef Uri >> Uri; + typedef Uri > > Uri; // ref is full uri Uri base = Uri(String("http://auth/path/#frag"));