You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/10/13 07:54:14 UTC

ios commit: CB-9787 - [CDVStartPageTest testParametersInStartPage] unit-test failure

Repository: cordova-ios
Updated Branches:
  refs/heads/master 68af7ea20 -> b6333497e


CB-9787 - [CDVStartPageTest testParametersInStartPage] unit-test failure


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/b6333497
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/b6333497
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/b6333497

Branch: refs/heads/master
Commit: b6333497eee3a792a7ea07cffc6a2ad471f2b514
Parents: 68af7ea
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 12 22:54:08 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 12 22:54:08 2015 -0700

----------------------------------------------------------------------
 tests/CordovaLibTests/CDVStartPageTests.m | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b6333497/tests/CordovaLibTests/CDVStartPageTests.m
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/CDVStartPageTests.m b/tests/CordovaLibTests/CDVStartPageTests.m
index e7f8627..99a592a 100644
--- a/tests/CordovaLibTests/CDVStartPageTests.m
+++ b/tests/CordovaLibTests/CDVStartPageTests.m
@@ -89,7 +89,10 @@
 
     NSString* geHREF = @"window.location.href";
     [self waitForConditionName:@"getting href" block:^{
-        return (BOOL)(vc1WebViewEngine.URL != nil && vc1WebViewEngine.URL != nil);
+        return
+        (BOOL)
+        ((vc1WebViewEngine.URL != nil && vc1WebViewEngine.URL != nil) &&
+         (vc2WebViewEngine.URL != nil && vc2WebViewEngine.URL != nil));
     }];
 
     [vc1WebViewEngine evaluateJavaScript:geHREF completionHandler:^(NSString* href, NSError* error) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org