| 12345678910111213 |
- To build and run this testsuite following steps are neccessary:
- 1) Build nunit.core, framework, util and nunit-console
- 2) Copy jars from step 2. to jgac
- 3) Edit jgac/settings.xml to include core, framework and util, for example:
- <package readonly="true"
- identity="nunit.core"
- dllname="C:\views\DevQA\studio\GH\DevQA\tests\utils\nunit\nunit-2.2.0\nunit-console\bin\Debug_Java\nunit.core.dll">
- <jar>nunit.core.jar</jar>
- </package>
- 4) Build W3 solution
- 5) Edit run-test.j2ee.bat to refer correct path to jgac
- 6) Run bat
|