File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ you only have to create a few new files in the repo (but you will have to run th
14
14
### Steps:
15
15
* create an issue, just to get an issue number
16
16
* fork the repository
17
- * in your fork, create a directory under the ` tests/src/test /resources/org/everit/json/schema/issues/ ` directory (for example ` issue42 ` )
17
+ * in your fork, create a directory under the ` tests/vanilla/ src/main /resources/org/everit/json/schema/issues/ ` directory (for example ` issue42 ` )
18
18
* in this directory create a ` schema.json ` file with your JSON Schema document that is not handled correctly
19
19
* in the same directory create a ` subject-valid.json ` file, which is a JSON document, and you expect that document to pass
20
20
the validation, but due to a bug it fails with a ` ValidationException `
@@ -30,7 +30,7 @@ If your testcase has anything to do with remote schemas, then
30
30
* this HTTP server will listen at address ` http://localhost:1234 ` so please change your schemas (` id ` and ` $ref ` properties)
31
31
to fetch the remote schemas relative from this address
32
32
33
- You can find a good example for all of these in the ` tests/src/test /resources/org/everit/json/schema/issues/issue17 ` testcase.
33
+ You can find a good example for all of these in the ` tests/vanilla/ src/main /resources/org/everit/json/schema/issues/issue17 ` testcase.
34
34
35
35
If you successfully created your testcase, then it will fail with an ` AssertionError ` with a message like
36
36
"validation failed with: org.everit.json.schema.ValidationException:..." or "did not throw ValidationException for invalid subject",
You can’t perform that action at this time.
0 commit comments