This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new f7a4b74 Cleaner setup
f7a4b74 is described below
commit f7a4b741f17bdbe79d04c7d8ad8d89d81c092a01
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed Sep 5 11:35:14 2018 +0200
Cleaner setup
---
karate-http-testing/src/test/java/sling/filestorage/uploadImage.feature | 2 +-
.../src/test/java/sling/postservlet/createContent.feature | 2 +-
.../src/test/java/sling/postservlet/importContent.feature | 2 +-
karate-http-testing/src/test/java/sling/setup/initialContent.feature | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/karate-http-testing/src/test/java/sling/filestorage/uploadImage.feature
b/karate-http-testing/src/test/java/sling/filestorage/uploadImage.feature
index 8125abb..20a7ca7 100644
--- a/karate-http-testing/src/test/java/sling/filestorage/uploadImage.feature
+++ b/karate-http-testing/src/test/java/sling/filestorage/uploadImage.feature
@@ -13,7 +13,7 @@ Background:
* configure headers = call read('classpath:util/basic-auth-header.js')
# Sling instance ready?
-* def unused = call read('classpath:util/sling-ready.feature')
+* eval karate.call('classpath:util/sling-ready.feature')
* def testID = '' + java.util.UUID.randomUUID()
* def testFolderPath = '/uploadImageTest/folder_' + testID
diff --git
a/karate-http-testing/src/test/java/sling/postservlet/createContent.feature
b/karate-http-testing/src/test/java/sling/postservlet/createContent.feature
index 97adfd0..76c85d5 100644
--- a/karate-http-testing/src/test/java/sling/postservlet/createContent.feature
+++ b/karate-http-testing/src/test/java/sling/postservlet/createContent.feature
@@ -13,7 +13,7 @@ Background:
* configure headers = call read('classpath:util/basic-auth-header.js')
# Sling instance ready?
-* def unused = call read('classpath:util/sling-ready.feature')
+* eval karate.call('classpath:util/sling-ready.feature')
* def testID = '' + java.util.UUID.randomUUID()
* def testFolderPath = '/createContentTest/' + testID
diff --git
a/karate-http-testing/src/test/java/sling/postservlet/importContent.feature
b/karate-http-testing/src/test/java/sling/postservlet/importContent.feature
index 003f15a..02cd4fd 100644
--- a/karate-http-testing/src/test/java/sling/postservlet/importContent.feature
+++ b/karate-http-testing/src/test/java/sling/postservlet/importContent.feature
@@ -10,7 +10,7 @@ Background:
* configure headers = call read('classpath:util/basic-auth-header.js')
# Sling instance ready?
-* def unused = call read('classpath:util/sling-ready.feature')
+* eval karate.call('classpath:util/sling-ready.feature')
* def testID = '' + java.util.UUID.randomUUID()
* def testFolderPath = 'importContentTest/' + testID
diff --git
a/karate-http-testing/src/test/java/sling/setup/initialContent.feature
b/karate-http-testing/src/test/java/sling/setup/initialContent.feature
index fcefe79..6355857 100644
--- a/karate-http-testing/src/test/java/sling/setup/initialContent.feature
+++ b/karate-http-testing/src/test/java/sling/setup/initialContent.feature
@@ -10,7 +10,7 @@ Background:
* configure headers = call read('classpath:util/basic-auth-header.js')
# Sling instance ready?
-* def unused = call read('classpath:util/sling-ready.feature')
+* eval karate.call('classpath:util/sling-ready.feature')
# ------------------------------------------------------------------------
Scenario Outline: Validate Initial Content