Versions Compared

Key

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

...

  • Modify /src/main/resources/hibernate.properties to specify the test database (i.e copy/paste the values from src/test/resources/hibernate.properties)
  • Modify /src/main/resources/crowd.properties to specify the test authentication host
  • Do one of the following (but not both) 
    • change jetty port in pom.xml from 8080 to 8180, -OR-
    • change the DEAULT_PORT in TdarConstants.java to connect to 8080 instead of 8180.

Writing Tests in tDAR

Starting Points

...