lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
test cases changed according to the change of super test case

make the session factory configurable. - needs to be further refactored

gate open and close services implemented

testing sequence modified - schedule gate and permission gate added

    • -5
    • +81
    /lams_common/db/sql/insert_test_data.sql
get rid of comments that cause the failure of ant run

    • -20
    • +0
    /lams_common/db/sql/drop_lams_11_tables.sql
Added test data for the content repository

    • -0
    • +27
    /lams_common/db/sql/insert_test_data.sql
Initial document prepared by Dave Caygill

    • binary
    /lams_documents/lams_common/Making_LAMS_Accessible.doc
Initial document, written by Chris Perfect

    • binary
    /lams_documents/lams_common/LAMS_Glossary.xls
Deploy working

    • -11
    • +11
    /lams_tool_deploy/test/file/deploy.properties
    • -1
    • +27
    /lams_tool_deploy/test/file/test.properties
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.

Moved the test context to the src area so that is in jar and available for junit testing in other projects.

Keep version in line with lams_common

Added comment to clarify type

gate struts action implemented

    • -0
    • +27
    /lams_learning/web/gate/gateWaiting.jsp
Dev update

    • -0
    • +43
    /lams_tool_deploy/test/file/application.xml
    • -0
    • +84
    /lams_tool_deploy/test/file/sql/activity_insert.sql
    • -0
    • +52
    /lams_tool_deploy/test/file/sql/create_tool_tables.sql
    • -0
    • +148
    /lams_tool_deploy/test/file/sql/insert_test_records.sql
    • -0
    • +18
    /lams_tool_deploy/test/file/sql/library_insert.sql
  1. … 7 more files in changeset.
knock gate service implemented

knock gate service implemented

removed the "use lams" clause: makes testing very difficult

    • -2
    • +0
    /lams_common/db/sql/drop_lams_11_tables.sql
update gate activity tested

modify test case according to new test data

new test data for gate activity

    • -7
    • +45
    /lams_common/db/sql/insert_test_data.sql
add more test cases for opening and closing gate. fix waiting list clearing bug

code for checking up gate opening condition implemented.

Dev update

Dev update

    • -6
    • +6
    /lams_tool_deploy/test/file/deploy.properties
    • -0
    • +30
    /lams_tool_deploy/test/file/sql/test-script.sql
    • -0
    • +13
    /lams_tool_deploy/test/file/test.properties
modify gate hibernate mapping file and object to include waiting learners attribute

added query to query active learners

DB Changes: lams_tool: columns learning_library_id and default_tool_content_id made nullable (C Perfect's request). lams_user: column user_organisation_id removed (checked with F Yang)

    • -5
    • +9
    /lams_common/db/sql/create_lams_11_tables.sql
    • -3
    • +3
    /lams_common/db/sql/insert_test_data.sql
refactorred strategies using template method. added comments

clean up some unused code