Regression test for bug 313153, fix to compare string types, not part of the build
git-svn-id: svn://10.0.0.236/trunk@182950 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b50cc80ec0
commit
02b6ca0db6
@ -44,6 +44,6 @@ printBugNumber (bug);
|
||||
printStatus (summary);
|
||||
|
||||
expect = '1,2,3';
|
||||
actual = (function (){return Array.concat.apply([], arguments)})(1,2,3);
|
||||
actual = (function (){return Array.concat.apply([], arguments)})(1,2,3).toString();
|
||||
|
||||
reportCompare(expect, actual, summary);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user