• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
tool_id added to lams_learning_activity

*** empty log message ***

some changes to Transition test data

changed the class_name field in the lams_tool_table to service_name

*** empty log message ***

    • binary
    ./lib/httpunit/Tidy.jar
    • binary
    ./lib/httpunit/httpunit.jar
    • binary
    ./lib/httpunit/js.jar
    • binary
    ./lib/httpunit/nekohtml.jar
    • binary
    ./lib/httpunit/xercesImpl.jar
    • binary
    ./lib/httpunit/xmlParserAPIs.jar
BaseAction with token/double submit methods

refactor part of the constructor to creation method.

getNextOrder for new group added

*** empty log message ***

Added following to <rebuild-db> target

<transaction src="${sql}/insert_test_data.sql"/>

converted # symbol to --

Create script for that lams11 DB

    • -0
    • +566
    ./db/sql/create_lams_11_db.sql
Added setProgressState

value of first_activity_id changed corresponding to the test design data

*** empty log message ***

*** empty log message ***

*** empty log message ***

<one-to-many> relation for ToolSession added

*** empty log message ***

*** empty log message ***

*** empty log message ***

Additional function added

altered transition table so that from and to activity id are nullable

many to one relationship between tool session and activity created

fk activity id in tool_session

    • -78
    • +72
    ./db/sql/create_lams_11_tables.sql
    • -34
    • +33
    ./db/sql/drop_lams_11_tables.sql
changed tool session

data assertion modified.

    • binary
    ./lib/jakarta-commons/commons-digester.jar
automatic testing created

unit tests for lesson package have been setup. Lesson creation and deletion processes have

been tested. Corresponding hibernate mapping files are corrected.

*** empty log message ***

    • -0
    • +58
    ./test/java/org/lamsfoundation/lams/BaseTestCase.java
testing lesson dao. - not working yet. Just commit the changes I have done so far.