Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/Testing/SDO"

(Running the SDO Junit tests)
(Running the SDO Junit tests)
Line 8: Line 8:
 
== Running the SDO Junit tests==
 
== Running the SDO Junit tests==
  
* '''Running within an Eclipse Workspace subclipse checkout
 
 
Prerequisites:
 
Prerequisites:
# Eclipse installed with the subclipse pluggin
+
# Eclipse installed with the subclipse pluggin or TortoiseSVN for out of eclipse checkouts
# Required projects eclipselink.core and eclipselink.lib checked out into workspace
+
# Required projects eclipselink.core and eclipselink.lib checked out into workspace/view
# eclipselink.sdo, eclipselink.sdo.lib and eclipselink.sdo.test checked out into workspace
+
# eclipselink.sdo, eclipselink.sdo.lib and eclipselink.sdo.test checked out into workspace/view
 
# Edit build.properties either at this project level or globally in your user directory..
 
# Edit build.properties either at this project level or globally in your user directory..
 
Windows: C:\Documents and Settings\<user-dir>
 
Windows: C:\Documents and Settings\<user-dir>
 
Linux:
 
Linux:
 +
 +
* '''Running within an Eclipse Workspace subclipse checkout
  
 
The SDO test suite is written using JUnit.  It consists of a set of jars that contain various tests and resources. The SDO tests are contained in the eclipselink.sdo.test project
 
The SDO test suite is written using JUnit.  It consists of a set of jars that contain various tests and resources. The SDO tests are contained in the eclipselink.sdo.test project
Line 24: Line 25:
  
 
* '''Running within a Subversion checkout
 
* '''Running within a Subversion checkout
Prerequisites:
 
# Eclipse installed with subversion for out-of-workspace projects
 
# Required projects eclipselink.core and eclipselink.lib checked out into workspace
 
# eclipselink.sdo, eclipselink.sdo.lib and eclipselink.sdo.test checked out into workspace
 
  
 
# Create your own view directory - for example "c:/myview/"
 
# Create your own view directory - for example "c:/myview/"

Revision as of 09:50, 24 October 2007

Summary

This page is intended to outline the setup and execution steps required to successfully run the SDO JUnit tests - It is currently undergoing the first draft as of 20071019.

Building the SDO Junit tests

20071023

Running the SDO Junit tests

Prerequisites:

  1. Eclipse installed with the subclipse pluggin or TortoiseSVN for out of eclipse checkouts
  2. Required projects eclipselink.core and eclipselink.lib checked out into workspace/view
  3. eclipselink.sdo, eclipselink.sdo.lib and eclipselink.sdo.test checked out into workspace/view
  4. Edit build.properties either at this project level or globally in your user directory..

Windows: C:\Documents and Settings\<user-dir> Linux:

  • Running within an Eclipse Workspace subclipse checkout

The SDO test suite is written using JUnit. It consists of a set of jars that contain various tests and resources. The SDO tests are contained in the eclipselink.sdo.test project

  1. Navigate to the <workspace>/eclipselink.sdo.test directory
  2. Run the sdo.test/build.xml by typing "ant". This will compile in order eclipselink.core, eclipselink.sdo and eclipselink.sdo.test.
  3. View results in the reports subdirectory for either customContext = true|false
  • Running within a Subversion checkout
  1. Create your own view directory - for example "c:/myview/"
  2. Check out the SVN project for SDO into this directory
  3. Navigate to the eclipselink.sdo.test directory
  4. Run sdo.test/build.xml by typing "ant"
  5. View results in the reports subdirectory

Copyright © Eclipse Foundation, Inc. All Rights Reserved.