• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** 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.

learning design test data added

correct the drop script - two drop statements are missing.

changed the lesson state type data

    • -82
    • +34
    ./db/sql/drop_lams_11_tables.sql
modify the db building process back to life

Setting up unit tests for lesson

Changed all saveOrUpdate to save

changed saveOrUpdate hibernate methods to save

use case diagram for progress engine added.