From e84c2c614bc8ef73d937079fc2dc622314c1f30a Mon Sep 17 00:00:00 2001 From: John Bender Date: Sun, 1 May 2011 22:26:03 -0700 Subject: [PATCH] fixed comment in paths tests --- tests/unit/navigation/navigation_paths.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/navigation/navigation_paths.js b/tests/unit/navigation/navigation_paths.js index 7c4d7d90..6587cf2a 100644 --- a/tests/unit/navigation/navigation_paths.js +++ b/tests/unit/navigation/navigation_paths.js @@ -29,7 +29,7 @@ ], 800); }; - // both of these alterations assumes location.pathname will be a directory + // all of these alterations assume location.pathname will be a directory // this is required to prevent the tests breaking in a subdirectory // TODO could potentially be fragile since the tests could be running while // the urls are being updated