Skip to content

Commit

Permalink
Updated README wrt testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Nov 8, 2024
1 parent b90e5fb commit a80c979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ new expected output:

git add -A testcases_expected_output

8. Commit the updates to testcases to a branch with suffix `-testcases`.
8. Commit the updates to testcases to a branch with suffix `-testcases` and message "TESTCASES updated".
9. Now continue with API testing.

### Testing API
Expand Down Expand Up @@ -440,7 +440,7 @@ the old `testcases_expected_output_api` and replace with new expected output:

git add -A testcases_expected_output_api

16. Commit the API tests to a branch with suffix `-api-tests`.
16. Commit the API tests to a branch with suffix `-api-tests` and message "API-TESTS updated".

17. You can stop the OLS4 backend with "Ctrl-C", and Solr and Neo4J with:

Expand Down

0 comments on commit a80c979

Please sign in to comment.