summaryrefslogtreecommitdiff
path: root/test/files/jvm/serialization.check
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-28 12:10:04 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-28 12:10:04 +0000
commit6801b5e4900ea21b2cf7fa0dade0026b677e4ee2 (patch)
tree68f13ea4a54f67bcd9611f25834c57a9cd84b293 /test/files/jvm/serialization.check
parent8d311558f3774cd628a53fc675da93b550d06090 (diff)
downloadscala-6801b5e4900ea21b2cf7fa0dade0026b677e4ee2.tar.gz
scala-6801b5e4900ea21b2cf7fa0dade0026b677e4ee2.tar.bz2
scala-6801b5e4900ea21b2cf7fa0dade0026b677e4ee2.zip
Two hashcode-related failing tests fixed.
No review.
Diffstat (limited to 'test/files/jvm/serialization.check')
-rw-r--r--test/files/jvm/serialization.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/jvm/serialization.check b/test/files/jvm/serialization.check
index 9997ad4d7b..5713c3881e 100644
--- a/test/files/jvm/serialization.check
+++ b/test/files/jvm/serialization.check
@@ -158,7 +158,7 @@ y = BitSet(0, 8, 9)
x equals y: true, y equals x: true
x = Map(C -> 3, B -> 2, A -> 1)
-y = Map(A -> 1, B -> 2, C -> 3)
+y = Map(C -> 3, A -> 1, B -> 2)
x equals y: true, y equals x: true
x = Set(layers, buffers, title)
@@ -203,7 +203,7 @@ x equals y: true, y equals x: true
x = <html>
<body>
- <table cellpadding="2" cellspacing="0">
+ <table cellspacing="0" cellpadding="2">
<tr>
<th>Last Name</th>
<th>First Name</th>
@@ -223,7 +223,7 @@ x = <html>
</html>
y = <html>
<body>
- <table cellpadding="2" cellspacing="0">
+ <table cellspacing="0" cellpadding="2">
<tr>
<th>Last Name</th>
<th>First Name</th>