adding quotes for clarity in failure messages
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7321 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@
|
|||||||
expected = "null";
|
expected = "null";
|
||||||
}
|
}
|
||||||
if(got != expected) {
|
if(got != expected) {
|
||||||
throw msg + ": got " + got + " but expected " + expected;
|
throw msg + ": got '" + got + "' but expected '" + expected + "'";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user