angular.js/test/ngScenario
Woody Peterson 13f58447e2 test($browser): correct false positive in ApplicationSpec.js
Previously, the check that Application should return a new $window and
$document had the arguments reversed in the first call to navigateTo;
thus, the subsequent check of inequality of $window and $document in the
next navigateTo call would always pass.

This corrects the argument order, which makes this test not succeptible
to false positives.
2013-09-11 22:21:12 +01:00
..
e2e fix(scenario): Adding meta tag to avoid cache issues 2012-08-30 21:34:42 -07:00
output fix(scenario): include error messages in XML output 2013-02-07 04:10:17 -08:00
ApplicationSpec.js test($browser): correct false positive in ApplicationSpec.js 2013-09-11 22:21:12 +01:00
DescribeSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
dslSpec.js fix(scenario): don't trigger input events on IE9 2013-01-16 23:30:16 -08:00
FutureSpec.js refactor(fromJson): always use native JSON.parse 2012-03-28 16:30:38 -07:00
matchersSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
mocks.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ObjectModelSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
RunnerSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ScenarioSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
SpecRunnerSpec.js fix(scenario-runner): support data-ng and x-ng based attributes 2012-10-31 14:10:26 -07:00