aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js
diff options
context:
space:
mode:
authorMark Miller <erights@gmail.com>2011-09-09 14:48:37 -0700
committerMark Miller <erights@gmail.com>2011-09-09 14:48:37 -0700
commit274b5514fa83ded95fea7892c4cf037839abfcde (patch)
treeacf154c5a9a128a045f7ee56869b3f8ea6b22c99 /test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js
parent5c054fa41258f844547d8ad4c1da2fb913ff3836 (diff)
As David Fugate requested, changed the conversion of ietestcenter
style to append runTestCase(funcName); rather than assertTrue(funcName.call(this)), giving the testing framework more control.
Diffstat (limited to 'test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js')
-rw-r--r--test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js
index a323a4de1..af23f9228 100644
--- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js
+++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js
@@ -42,4 +42,4 @@ function testcase() {
return !arr.some(callbackfn) && arr.length === called;
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);