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 d7d58bb minor reorg
d7d58bb is described below
commit d7d58bb7b6b3c56e9b71995d37fdb7ce9c071d87
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Tue Sep 4 16:27:42 2018 +0200
minor reorg
---
.../src/test/java/sling/filestorage/uploadImage.feature | 6 +++---
.../test/java/sling/postservlet/createcontent/createContent.feature | 6 +++---
.../test/java/sling/postservlet/createcontent/importContent.feature | 6 +++---
3 files changed, 9 insertions(+), 9 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 f16f310..ecfe034 100644
--- a/karate-http-testing/src/test/java/sling/filestorage/uploadImage.feature
+++ b/karate-http-testing/src/test/java/sling/filestorage/uploadImage.feature
@@ -11,13 +11,13 @@ Background:
# Use admin credentials for all requests
* configure headers = call read('classpath:util/basic-auth-header.js')
+# Sling instance ready?
+* def unused = call read('classpath:util/sling-ready.feature')
+
* def testID = '' + java.util.UUID.randomUUID()
* def testFolderPath = '/uploadImageTest/folder_' + testID
* def filename = 'file_' + testID
-# Sling instance ready?
-* def unused = call read('classpath:util/sling-ready.feature')
-
# ------------------------------------------------------------------------
Scenario: Upload an image, read back and check
# ------------------------------------------------------------------------
diff --git
a/karate-http-testing/src/test/java/sling/postservlet/createcontent/createContent.feature
b/karate-http-testing/src/test/java/sling/postservlet/createcontent/createContent.feature
index fefece0..b859c7e 100644
---
a/karate-http-testing/src/test/java/sling/postservlet/createcontent/createContent.feature
+++
b/karate-http-testing/src/test/java/sling/postservlet/createcontent/createContent.feature
@@ -11,12 +11,12 @@ Background:
# Use admin credentials for all requests
* configure headers = call read('classpath:util/basic-auth-header.js')
-* def testID = '' + java.util.UUID.randomUUID()
-* def testFolderPath = '/createContentTest/' + testID
-
# Sling instance ready?
* def unused = call read('classpath:util/sling-ready.feature')
+* def testID = '' + java.util.UUID.randomUUID()
+* def testFolderPath = '/createContentTest/' + testID
+
# ------------------------------------------------------------------------
Scenario: Create a resource, update, read back, delete
# ------------------------------------------------------------------------
diff --git
a/karate-http-testing/src/test/java/sling/postservlet/createcontent/importContent.feature
b/karate-http-testing/src/test/java/sling/postservlet/createcontent/importContent.feature
index 3cebd0b..e418569 100644
---
a/karate-http-testing/src/test/java/sling/postservlet/createcontent/importContent.feature
+++
b/karate-http-testing/src/test/java/sling/postservlet/createcontent/importContent.feature
@@ -8,12 +8,12 @@ Background:
# Use admin credentials for all requests
* configure headers = call read('classpath:util/basic-auth-header.js')
-* def testID = '' + java.util.UUID.randomUUID()
-* def testFolderPath = 'importContentTest/' + testID
-
# Sling instance ready?
* def unused = call read('classpath:util/sling-ready.feature')
+* def testID = '' + java.util.UUID.randomUUID()
+* def testFolderPath = 'importContentTest/' + testID
+
# ------------------------------------------------------------------------
Scenario: Create the parent folder, import JSON content, verify and delete
# ------------------------------------------------------------------------