Skip to content

Commit 0767250

Browse files
authored
Update Building-and-running-tests.md
1 parent 8fe8ab3 commit 0767250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Building-and-running-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ the patch, including the post-installation step.
1010
The test framework is located in the /test directory under the root SODA directory (the root SODA directory is the one containing LICENSE.txt file). It's built with JUnit and driven by Ant. The actual Java test files are in /test/src/oracle/json/tests/soda. To configure the database instance and the test framework, follow these steps (note that some of them require sysdba access).
1111

1212
**(1)** Build the source code (which includes downloading SODA dependencies), as described
13-
in [Building the source code](https://github.com/oracle/soda-for-java/blob/master/doc/Building-source-code.md). Make sure you perform all steps described in this link. Specifically, make sure that the JAVA6HOME environment variable is set, and that the following jars are located in the /lib directory under the top level SODA directory (the one that contains LICENSE.txt):
13+
in [Building the source code](https://github.com/oracle/soda-for-java/blob/master/doc/Building-source-code.md). Make sure you perform all steps described in this link. Specifically, make sure that the JAVA_HOME environment variable is set, and that the following jars are located in the /lib directory under the top level SODA directory (the one that contains LICENSE.txt):
1414

15-
* ojdbc6.jar (the JDBC jar that ships with Oracle database version 12.1.0.2)
15+
* JDBC jar
1616
* javax.json-1.0.4.jar (JSR353 jar)
1717
* junit-3.8.1.jar (JUnit jar)
1818
* orajsoda.jar (SODA Java jar)

0 commit comments

Comments
 (0)