You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/01/21 19:13:18 UTC

ios commit: Disable broken test.

Updated Branches:
  refs/heads/master 0b3934fcd -> 0c4b94351


Disable broken test.


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

Branch: refs/heads/master
Commit: 0c4b94351092c1478c7326ab4eaf4b02e4326dab
Parents: 0b3934f
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Jan 21 13:13:04 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Jan 21 13:13:04 2013 -0500

----------------------------------------------------------------------
 CordovaLibTests/CDVLocalStorageTests.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0c4b9435/CordovaLibTests/CDVLocalStorageTests.m
----------------------------------------------------------------------
diff --git a/CordovaLibTests/CDVLocalStorageTests.m b/CordovaLibTests/CDVLocalStorageTests.m
index c921693..64a1435 100644
--- a/CordovaLibTests/CDVLocalStorageTests.m
+++ b/CordovaLibTests/CDVLocalStorageTests.m
@@ -66,7 +66,7 @@
     }
 }
 
-- (void)testBackupAndRestore
+- (void)disabled_testBackupAndRestore
 {
     CDVLocalStorage* localStorage = [self localStorage];