Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed testcases to use resource files stored in the test java package, rather than relying them to be on the filesystem. Anyone should now be able to run the test, rather than needed to set their PC up manually.

Moved code around so that the main repository class was named a service class and exists in the service directory (as per LAMS programming standards)

    • -0
    • +116
    ./lamsfoundation/lams/contentrepository/service/BaseTestCase.java
  1. … 113 more files in changeset.
Rejigged a few things to make junit work locally, now that main code uses JNDI database. Included moving the test context to the src area so that is in jar and available for junit testing in other projects. Changed name of createCredential to createCredentials. More consistent with other methods. Fixed a transaction bug - this method was defined as createCredentials in the Spring xml file.

  1. … 6 more files in changeset.
Moved the test context to the src area so that is in jar and available for junit testing in other projects.

  1. … 2 more files in changeset.
Changed to Mysql 4.1, and to 3.1.7 connector. Moved the table definitions to lams_common. Added a unit test option to build file.

  1. … 7 more files in changeset.
Added GPL / copyright statement

  1. … 71 more files in changeset.
Got the collections caching with JBOSS cache. Got unit tests working with ehcache. Build file now generates hbm.xml from java files using xdoclet.

    • -0
    • +166
    ./lamsfoundation/lams/contentrepository/testContentRepositoryApplicationContext.xml
  1. … 21 more files in changeset.
Change name from com.lamsinternational to org.lamsfoundation. Changed all the entries I can find but the jar file still contains a folder reference it appears.

    • -0
    • +66
    ./lamsfoundation/lams/contentrepository/NodeTransactionTest.java
    • -0
    • +596
    ./lamsfoundation/lams/contentrepository/TestSimpleRepository.java
  1. … 408 more files in changeset.