summaryrefslogtreecommitdiff
path: root/java/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-07-18 13:06:50 +0200
committerJose <jose@zeroc.com>2016-07-18 13:06:50 +0200
commit7d2e12732c5ec6a1388146e7fe34963602d9c46b (patch)
tree71ba06f93bad21b8b3cdbc65213f71bf9aff04d3 /java/test
parentFixed (ICE-7232) - CSharp testsuite should be AnyCPU (diff)
downloadice-7d2e12732c5ec6a1388146e7fe34963602d9c46b.tar.bz2
ice-7d2e12732c5ec6a1388146e7fe34963602d9c46b.tar.xz
ice-7d2e12732c5ec6a1388146e7fe34963602d9c46b.zip
Fixed (ICE-7233) - C++ Ice\operations cross test with C# failure
Diffstat (limited to 'java/test')
-rw-r--r--java/test/src/main/java/test/Ice/operations/Test.ice1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/src/main/java/test/Ice/operations/Test.ice b/java/test/src/main/java/test/Ice/operations/Test.ice
index 187ae74f8da..31f9b2a99b5 100644
--- a/java/test/src/main/java/test/Ice/operations/Test.ice
+++ b/java/test/src/main/java/test/Ice/operations/Test.ice
@@ -343,4 +343,5 @@ const string ss5 = "\\u0041\\"; /* \u0041\ */
const string su0 = "ĨŸÿĀἀ𐆔𐅪𐆘🍀🍁🍂🍃";
const string su1 = "\u0128\u0178\u00FF\u0100\u1F00\U00010194\U0001016A\U00010198\U0001F340\U0001F341\U0001F342\U0001F343";
const string su2 = "\U00000128\U00000178\U000000FF\U00000100\U00001F00\U00010194\U0001016A\U00010198\U0001F340\U0001F341\U0001F342\U0001F343";
+
};