diff options
Diffstat (limited to 'test/testabilityPatch.js')
| -rw-r--r-- | test/testabilityPatch.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index d9aed6f2..44199b66 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -12,7 +12,7 @@ function noop(){} jstd = jstestdriver; swfobject = { - createSwf:function(){ + createSwf:function() { fail("must mock out swfobject.createSwf in test."); } }; @@ -33,7 +33,6 @@ function report(reportTest){ }); } - MockLocation = function() { this.url = "http://server"; }; |
