Fix test case -- remove commas from the expected result.

This commit is contained in:
cbegle%netscape.com 1999-06-14 21:06:54 +00:00
Родитель fa6ebcb1a6
Коммит cb992db4e8
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -49,14 +49,14 @@
"b"+a.length, "b"+a.length,
"sort", "sort",
true, true,
getCharValues("J,S,a,a,c,i,p,r,t,v") ); getCharValues("JSaaciprtv") );
a[a.length] = new TestObject( a[a.length] = new TestObject(
"var b"+a.length+" = new java.lang.String(\"JavaScript\").getBytes(); b"+a.length+".sort().join() +''", "var b"+a.length+" = new java.lang.String(\"JavaScript\").getBytes(); b"+a.length+".sort().join() +''",
"b"+a.length, "b"+a.length,
"sort", "sort",
true, true,
getCharValues("J,S,a,a,c,i,p,r,t,v") ); getCharValues("JSaaciprtv") );
test(); test();