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 2014/10/10 02:34:45 UTC

[3/3] ios commit: CB-7493 - Add e2e test for 'space-in-path' and 'unicode in path/name' for core platforms (moved from root folder).

CB-7493 - Add e2e test for 'space-in-path' and 'unicode in path/name' for core platforms (moved from root folder).


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

Branch: refs/heads/master
Commit: b9f2fe8d0c57d9548992dae8c5e1c8586c394ac5
Parents: f559a6f
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Oct 9 17:34:42 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Oct 9 17:34:42 2014 -0700

----------------------------------------------------------------------
 tests/package.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b9f2fe8d/tests/package.json
----------------------------------------------------------------------
diff --git a/tests/package.json b/tests/package.json
index 82d2540..e84b485 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -7,7 +7,8 @@
     "dependencies": {
     },
     "scripts": {
-        "test": "npm run cordovalib",
-        "cordovalib" : "killall 'iOS Simulator' && xcodebuild test -scheme CordovaLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
+        "test": "npm run cordovalib-test && npm run create-project-unicode-space-in-path",
+        "cordovalib-test" : "killall 'iOS Simulator' && xcodebuild test -scheme CordovaLibTests -destination 'platform=iOS Simulator,name=iPhone 5'",
+        "create-project-unicode-space-in-path" : "rm -rf \"testcreate 応用\"; ../bin/create \"testcreate 応用\" com.test.app 応用 && \"./testcreate 応用/cordova/build\" && rm -rf \"testcreate 応用\""
     }    
 }
\ No newline at end of file


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