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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7f65275  remove swift:3
7f65275 is described below

commit 7f65275d675762755fe7613ee98c3bf72bb40ac1
Author: Carlos Santana <csant...@us.ibm.com>
AuthorDate: Thu Nov 30 21:30:28 2017 -0500

    remove swift:3
---
 .../scala/system/basic/WskBasicSwift3Tests.scala   |  2 +-
 .../system/basic/WskCliBasicSwift311Tests.scala    |  1 -
 .../system/basic/WskCliBasicSwift3Tests.scala      | 28 ----------------------
 3 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/tests/src/test/scala/system/basic/WskBasicSwift3Tests.scala 
b/tests/src/test/scala/system/basic/WskBasicSwift3Tests.scala
index 77076b4..632730a 100644
--- a/tests/src/test/scala/system/basic/WskBasicSwift3Tests.scala
+++ b/tests/src/test/scala/system/basic/WskBasicSwift3Tests.scala
@@ -37,7 +37,7 @@ abstract class WskBasicSwift3Tests extends TestHelpers with 
WskTestHelpers with
   implicit val wskprops: common.WskProps = WskProps()
   val wsk: BaseWsk
   val defaultAction: Some[String] = 
Some(TestCLIUtils.getTestActionFilename("hello.swift"))
-  lazy val currentSwiftDefaultKind = "swift:3"
+  lazy val currentSwiftDefaultKind = "swift:3.1.1"
 
   behavior of "Swift runtime"
 
diff --git a/tests/src/test/scala/system/basic/WskCliBasicSwift311Tests.scala 
b/tests/src/test/scala/system/basic/WskCliBasicSwift311Tests.scala
index 017dbd1..0d44617 100644
--- a/tests/src/test/scala/system/basic/WskCliBasicSwift311Tests.scala
+++ b/tests/src/test/scala/system/basic/WskCliBasicSwift311Tests.scala
@@ -25,5 +25,4 @@ import org.scalatest.junit.JUnitRunner
 @RunWith(classOf[JUnitRunner])
 class WskCliBasicSwift311Tests extends WskBasicSwift3Tests {
   override val wsk = new Wsk
-  override lazy val currentSwiftDefaultKind: String = "swift:3.1.1"
 }
diff --git a/tests/src/test/scala/system/basic/WskCliBasicSwift3Tests.scala 
b/tests/src/test/scala/system/basic/WskCliBasicSwift3Tests.scala
deleted file mode 100644
index bbe3cd7..0000000
--- a/tests/src/test/scala/system/basic/WskCliBasicSwift3Tests.scala
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package system.basic
-
-import common.Wsk
-
-import org.junit.runner.RunWith
-import org.scalatest.junit.JUnitRunner
-
-@RunWith(classOf[JUnitRunner])
-class WskCliBasicSwift3Tests extends WskBasicSwift3Tests {
-  override val wsk: common.Wsk = new Wsk
-}

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

Reply via email to