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

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


The following commit(s) were added to refs/heads/master by this push:
     new 25e64c1  Rename the imported package into org.apache.openwhisk. (#182)
25e64c1 is described below

commit 25e64c11a5abfd59121093b1ed84071324ca6769
Author: Vincent <s...@us.ibm.com>
AuthorDate: Thu Nov 8 10:18:36 2018 -0500

    Rename the imported package into org.apache.openwhisk. (#182)
---
 .../test/scala/system/packages/CloudantAccountActionsTests.scala    | 2 +-
 .../test/scala/system/packages/CloudantDatabaseActionsTests.scala   | 2 +-
 .../src/test/scala/system/packages/CloudantMultiWorkersTests.scala  | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/tests/src/test/scala/system/packages/CloudantAccountActionsTests.scala 
b/tests/src/test/scala/system/packages/CloudantAccountActionsTests.scala
index 1abea57..eeb593c 100644
--- a/tests/src/test/scala/system/packages/CloudantAccountActionsTests.scala
+++ b/tests/src/test/scala/system/packages/CloudantAccountActionsTests.scala
@@ -23,7 +23,7 @@ import org.scalatest.junit.JUnitRunner
 import spray.json.DefaultJsonProtocol._
 import spray.json._
 import system.CloudantUtil
-import whisk.utils.JsHelpers
+import org.apache.openwhisk.utils.JsHelpers
 
 import scala.collection.mutable.HashSet
 
diff --git 
a/tests/src/test/scala/system/packages/CloudantDatabaseActionsTests.scala 
b/tests/src/test/scala/system/packages/CloudantDatabaseActionsTests.scala
index 823860b..66df2b0 100644
--- a/tests/src/test/scala/system/packages/CloudantDatabaseActionsTests.scala
+++ b/tests/src/test/scala/system/packages/CloudantDatabaseActionsTests.scala
@@ -25,7 +25,7 @@ import org.scalatest.junit.JUnitRunner
 import spray.json.DefaultJsonProtocol._
 import spray.json._
 import system.CloudantUtil
-import whisk.utils.JsHelpers
+import org.apache.openwhisk.utils.JsHelpers
 
 @RunWith(classOf[JUnitRunner])
 class CloudantDatabaseActionsTests extends FlatSpec
diff --git 
a/tests/src/test/scala/system/packages/CloudantMultiWorkersTests.scala 
b/tests/src/test/scala/system/packages/CloudantMultiWorkersTests.scala
index e2070ca..ebeed58 100644
--- a/tests/src/test/scala/system/packages/CloudantMultiWorkersTests.scala
+++ b/tests/src/test/scala/system/packages/CloudantMultiWorkersTests.scala
@@ -27,9 +27,9 @@ import org.scalatest.{FlatSpec, Matchers}
 import spray.json.DefaultJsonProtocol._
 import spray.json._
 import system.CloudantUtil
-import whisk.core.WhiskConfig
-import whisk.core.database.test.ExtendedCouchDbRestClient
-import whisk.utils.{JsHelpers, retry}
+import org.apache.openwhisk.core.WhiskConfig
+import org.apache.openwhisk.core.database.test.ExtendedCouchDbRestClient
+import org.apache.openwhisk.utils.{JsHelpers, retry}
 
 import scala.concurrent.Await
 import scala.concurrent.duration.DurationInt

Reply via email to