summaryrefslogtreecommitdiff
path: root/test/files/jvm/serialization.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/serialization.check')
-rw-r--r--test/files/jvm/serialization.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/jvm/serialization.check b/test/files/jvm/serialization.check
index fa4022afc3..d5fd15919f 100644
--- a/test/files/jvm/serialization.check
+++ b/test/files/jvm/serialization.check
@@ -46,6 +46,10 @@ x = Set(0, 2)
y = Set(0, 2)
x equals y: true - y equals x: true
+x = ArrayBuffer(one,two)
+y = ArrayBuffer(one,two)
+x equals y: true - y equals x: true
+
x = Map(title -> 3, buffers -> 20, layers -> 2)
y = Map(title -> 3, buffers -> 20, layers -> 2)
x equals y: true - y equals x: true
@@ -70,6 +74,10 @@ x = Stack(20,2,3)
y = Stack(20,2,3)
x equals y: true - y equals x: true
+x = ListBuffer(white,black)
+y = ListBuffer(white,black)
+x equals y: true - y equals x: true
+
x = <html><title>title</title><body></body></html>
y = <html><title>title</title><body></body></html>
x equals y: true - y equals x: true