vconn-stream: Make definitions of tcp_vconn_class, etc., easier to find.
[openvswitch] / tests / ovsdb-data.at
index 98e810837aac481691b1c23adf1c52ace32237bb..973696194f02dabae71404d342002a90a869ed99 100644 (file)
@@ -457,12 +457,12 @@ OVSDB_CHECK_POSITIVE_CPY([strings no more than 2 characters long],
     '["a"]' \
     '["ab"]' \
     '["abc"]' \
-    '["\ud834\udd1e"]']],
+    '["de"]']],
   [[""
 "a"
 "ab"
 constraint violation: "abc" length 3 is greater than maximum allowed length 2
-"𝄞"]])
+"de"]])
 
 AT_BANNER([OSVDB -- simple data])