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.
W
Woody Peterson committed
13f58447e239b29e576cdbf80629a32ba907ed2a
Parent: bc72211
Committed by Pete Bacon Darwin <pete@bacondarwin.com>
on 9/11/2013, 9:21:12 PM