Skip to content

Commit 0f0872f

Browse files
committed
fixing issue dir path in CONTRIBUTING.md
1 parent 55800a1 commit 0f0872f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1414
### Steps:
1515
* create an issue, just to get an issue number
1616
* 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` )
1818
* in this directory create a `schema.json` file with your JSON Schema document that is not handled correctly
1919
* in the same directory create a `subject-valid.json` file, which is a JSON document, and you expect that document to pass
2020
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
3030
* this HTTP server will listen at address `http://localhost:1234` so please change your schemas (`id` and `$ref` properties)
3131
to fetch the remote schemas relative from this address
3232

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.
3434

3535
If you successfully created your testcase, then it will fail with an `AssertionError` with a message like
3636
"validation failed with: org.everit.json.schema.ValidationException:..." or "did not throw ValidationException for invalid subject",

0 commit comments

Comments
 (0)