Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ha. Obtaining and using the CTS

Currently the SDO CTS is only available only in source form from the subversion repository. You will need the following:

The code can be downloaded down loaded from the subversion repository using :

...

The SDO CTS project currently contains two subprojectssub-projects:

  • cts/sdo2.1 contains the acutal test cases
  • cts/sdo2.1-tuscany executes the test cases against the current Tuscany Implementation

To build the CST and run it against the Tuscany implementation all you need do is:

Code Block

$>  cd cts
$>  mvn

If you would like to execute the SDO CTS against a different implementation then you will need to provide a helper class. For more info on this see the Contributing section.