Skip to content

Commit

Permalink
fix router test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysbrettbowen committed Feb 24, 2012
1 parent 91eab3b commit 321c7ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion router_test.js
@@ -1,6 +1,7 @@
goog.require('mvc.Router');


goog.require('goog.testing.ContinuationTestCase');
goog.require('goog.testing.jsunit');

var router;

Expand All @@ -24,3 +25,8 @@ var testRoute = function() {
assert(reached);
});
};


testCase = new goog.testing.ContinuationTestCase();
testCase.autoDiscoverTests();
G_testRunner.initialize(testCase);

0 comments on commit 321c7ed

Please sign in to comment.