diff --git a/tests/jquery.testHelper.js b/tests/jquery.testHelper.js index b1d94bad..244de4e1 100644 --- a/tests/jquery.testHelper.js +++ b/tests/jquery.testHelper.js @@ -53,6 +53,16 @@ } else { setTimeout($.testHelper.hideActivePageWhenComplete, 500); } + }, + + openPage: function(hash){ + location.href = location.href.split('#')[0] + hash; + }, + + sequence: function(fns, interval){ + $.each(fns, function(i, fn){ + setTimeout(fn, i * interval); + }); } }; })(jQuery); \ No newline at end of file diff --git a/tests/unit/listview/.#listview_core.js b/tests/unit/listview/.#listview_core.js new file mode 120000 index 00000000..a59dd872 --- /dev/null +++ b/tests/unit/listview/.#listview_core.js @@ -0,0 +1 @@ +johnbender@john-benders-macbook-pro.local.504 \ No newline at end of file diff --git a/tests/unit/navigation/index.html b/tests/unit/navigation/index.html index 44f9a100..f12cb6d4 100644 --- a/tests/unit/navigation/index.html +++ b/tests/unit/navigation/index.html @@ -94,5 +94,23 @@