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/11/13 19:55:24 UTC

[incubator-openwhisk] branch master updated: Clean up all the test cases (#2962)

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 ea2cd1c  Clean up all the test cases (#2962)
ea2cd1c is described below

commit ea2cd1ccaf3116fc8a4cf00ed624574b26cb2065
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Mon Nov 13 14:55:22 2017 -0500

    Clean up all the test cases (#2962)
    
    The PRs before replace all the rest of the wsk inplementation with REST
    implementation for test cases in openwhisk. This PR cleans up some
    leftover for the WskRest migration work. After this PR, no more test
    case needs to be changed any longer, and cli in openwhisk core is ready
    to departure.
---
 .../whisk/core/cli/test/{WskCliApiGwTests.scala => WskApiGwTests.scala} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test/scala/whisk/core/cli/test/WskCliApiGwTests.scala b/tests/src/test/scala/whisk/core/cli/test/WskApiGwTests.scala
similarity index 99%
rename from tests/src/test/scala/whisk/core/cli/test/WskCliApiGwTests.scala
rename to tests/src/test/scala/whisk/core/cli/test/WskApiGwTests.scala
index 088b6c5..364fde0 100644
--- a/tests/src/test/scala/whisk/core/cli/test/WskCliApiGwTests.scala
+++ b/tests/src/test/scala/whisk/core/cli/test/WskApiGwTests.scala
@@ -35,7 +35,7 @@ import common.WskProps
  * Tests for basic CLI usage. Some of these tests require a deployed backend.
  */
 @RunWith(classOf[JUnitRunner])
-class WskCliApiGwTests extends BaseApiGwTests with WskActorSystem with JsHelpers with StreamLogging {
+class WskApiGwTests extends BaseApiGwTests with WskActorSystem with JsHelpers with StreamLogging {
 
   val systemId: String = "whisk.system"
   override implicit val wskprops = WskProps(authKey = WskAdmin.listKeys(systemId)(0)._1, namespace = systemId)

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