You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/13 19:55:26 UTC

[GitHub] csantanapr closed pull request #2962: Clean up all the test cases

csantanapr closed pull request #2962: Clean up all the test cases
URL: https://github.com/apache/incubator-openwhisk/pull/2962
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 088b6c5a06..364fde0ec7 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)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services