summaryrefslogtreecommitdiff
path: root/js/test/Common/TestSuite.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Common/TestSuite.js')
-rw-r--r--js/test/Common/TestSuite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Common/TestSuite.js b/js/test/Common/TestSuite.js
index 04f10bf864c..a3e9e5fd85e 100644
--- a/js/test/Common/TestSuite.js
+++ b/js/test/Common/TestSuite.js
@@ -89,7 +89,7 @@ $(document).foundation();
},
function(ex)
{
- out.writeLine("failed! (" + ex.ice_name() + ")");
+ out.writeLine("failed! (" + ex + ")");
return __test__(out, id);
}
).then(