You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2019/06/07 03:09:46 UTC

[incubator-openwhisk-package-alarms] branch master updated: Fix test compile (#189)

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


The following commit(s) were added to refs/heads/master by this push:
     new f51b839  Fix test compile (#189)
f51b839 is described below

commit f51b839c7b602a04b977f187442df0d5ad674a5c
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Thu Jun 6 23:09:41 2019 -0400

    Fix test compile (#189)
    
    * Fix test compile
    
    * Fix build break
---
 tests/src/test/scala/system/packages/AlarmsFeedWebTests.scala      | 6 +++---
 tests/src/test/scala/system/packages/AlarmsMultiWorkersTests.scala | 6 +++---
 tools/travis/build.sh                                              | 1 +
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/tests/src/test/scala/system/packages/AlarmsFeedWebTests.scala b/tests/src/test/scala/system/packages/AlarmsFeedWebTests.scala
index cb8d41f..dced43c 100644
--- a/tests/src/test/scala/system/packages/AlarmsFeedWebTests.scala
+++ b/tests/src/test/scala/system/packages/AlarmsFeedWebTests.scala
@@ -16,9 +16,9 @@
  */
 package system.packages
 
-import com.jayway.restassured.RestAssured
-import com.jayway.restassured.config.SSLConfig
-import com.jayway.restassured.http.ContentType
+import io.restassured.RestAssured
+import io.restassured.config.SSLConfig
+import io.restassured.http.ContentType
 import common.TestUtils.FORBIDDEN
 import common.{Wsk, WskProps}
 import org.junit.runner.RunWith
diff --git a/tests/src/test/scala/system/packages/AlarmsMultiWorkersTests.scala b/tests/src/test/scala/system/packages/AlarmsMultiWorkersTests.scala
index 492d2ac..0177338 100644
--- a/tests/src/test/scala/system/packages/AlarmsMultiWorkersTests.scala
+++ b/tests/src/test/scala/system/packages/AlarmsMultiWorkersTests.scala
@@ -16,9 +16,9 @@
  */
 package system.packages
 
-import com.jayway.restassured.RestAssured
-import com.jayway.restassured.config.SSLConfig
-import com.jayway.restassured.http.ContentType
+import io.restassured.RestAssured
+import io.restassured.config.SSLConfig
+import io.restassured.http.ContentType
 import common.TestUtils.DONTCARE_EXIT
 import common._
 import org.junit.runner.RunWith
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 8525d95..1666b4d 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -29,6 +29,7 @@ cd $UTILDIR
 scancode/scanCode.py --config scancode/ASF-Release.cfg $ROOTDIR
 
 # jshint support
+sudo apt-get -y update
 sudo apt-get -y install nodejs npm
 sudo npm install -g jshint