Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Patch for bug 267113 is ready for review

Hi All,

This patch is for adding JPA ProxyAuthentication tests, and making the tests working outside and inside container.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=267113

Summary of change:
  • modify jpa/eclipselink.jpa.test/build.xml:
    • add target "server-test-proxy-authentication"
    • add <pathelement path="${eclipselink.extension.oracle.test.dir}/${eclipselink.proxyauthentication.model}.jar"/> to "config-run-path"
  • modify jpa/eclipselink.jpa.test/build.properties:
    • add property "eclipselink.proxyauthentication.model"
  • modify foundation/eclipselink.extension.oracle.test/build.xml
    • add packaging eclipselink-proxyauthentication-model.jar in "target"
  • modify OracleJPATestSuite.java under trunk\foundation\eclipselink.extension.oracle.test\src\org\eclipse\persistence\testing\tests by adding "ProxyAuthenticationServerTestSuite" to run outside container
  • add trunk\foundation\eclipselink.extension.oracle.test\resource\proxyauthentication/persistence.xml
  • add model classes under trunk\foundation\eclipselink.extension.oracle.test\src\org\eclipse\persistence\testing\models\jpa\proxyauthentication
  • add tests class under trunk\foundation\eclipselink.extension.oracle.test\src\org\eclipse\persistence\testing\tests\jpa\proxyauthentication
Thanks,
Yiping

Back to the top