You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/06/26 15:59:43 UTC

[incubator-openwhisk-cli] 03/36: Update nginx to point to ios start app release.

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git

commit eb64a80478705e41537eacf14d6bb094d1b59c1f
Author: Rodric Rabbah <ra...@us.ibm.com>
AuthorDate: Thu Mar 9 18:04:33 2017 -0500

    Update nginx to point to ios start app release.
---
 tests/src/test/scala/system/basic/WskSdkTests.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test/scala/system/basic/WskSdkTests.scala b/tests/src/test/scala/system/basic/WskSdkTests.scala
index 0c79349..070d346 100644
--- a/tests/src/test/scala/system/basic/WskSdkTests.scala
+++ b/tests/src/test/scala/system/basic/WskSdkTests.scala
@@ -84,7 +84,7 @@ class WskSdkTests
         val sdk = new File(dir, "OpenWhiskIOSStarterApp.zip")
         sdk.exists() should be(true)
         sdk.isFile() should be(true)
-        FileUtils.sizeOf(sdk) should be > 30000L
+        FileUtils.sizeOf(sdk) should be > 20000L
         FileUtils.deleteDirectory(dir)
     }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>.