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/16 21:27:17 UTC

[incubator-openwhisk] branch master updated: Put back swift tests (#2393)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new d554b17  Put back swift tests (#2393)
d554b17 is described below

commit d554b176da176bfd530c0833d49137db064086b5
Author: Justin Berstler <bj...@us.ibm.com>
AuthorDate: Fri Jun 16 17:27:13 2017 -0400

    Put back swift tests (#2393)
    
    This reverts commit bdc40d81ff7b84bd614f804c216a3ad256709b27.
---
 tests/src/test/scala/whisk/core/cli/test/SwiftTests.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/src/test/scala/whisk/core/cli/test/SwiftTests.scala b/tests/src/test/scala/whisk/core/cli/test/SwiftTests.scala
index a38feea..c01d747 100644
--- a/tests/src/test/scala/whisk/core/cli/test/SwiftTests.scala
+++ b/tests/src/test/scala/whisk/core/cli/test/SwiftTests.scala
@@ -93,7 +93,7 @@ class SwiftTests
 
     behavior of "Swift 3 Whisk SDK tests"
 
-    ignore should "allow Swift actions to invoke other actions" in withAssetCleaner(wskprops) {
+    it should "allow Swift actions to invoke other actions" in withAssetCleaner(wskprops) {
         (wp, assetHelper) =>
             // use CLI to create action from dat/actions/invokeAction.swift
             val file = TestUtils.getTestActionFilename("invoke.swift")
@@ -117,7 +117,7 @@ class SwiftTests
             }
     }
 
-    ignore should "allow Swift actions to invoke other actions and not block" in withAssetCleaner(wskprops) {
+    it should "allow Swift actions to invoke other actions and not block" in withAssetCleaner(wskprops) {
         (wp, assetHelper) =>
             // use CLI to create action from dat/actions/invokeNonBlocking.swift
             val file = TestUtils.getTestActionFilename("invokeNonBlocking.swift")
@@ -138,7 +138,7 @@ class SwiftTests
             }
     }
 
-    ignore should "allow Swift actions to trigger events" in withAssetCleaner(wskprops) {
+    it should "allow Swift actions to trigger events" in withAssetCleaner(wskprops) {
         (wp, assetHelper) =>
             // create a trigger
             val triggerName = s"TestTrigger ${System.currentTimeMillis()}"

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