insert_test_data.sql

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
testing sequence modified - schedule gate and permission gate added

  1. … 1 more file in changeset.
Added test data for the content repository

new test data for gate activity

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)

  1. … 4 more files in changeset.
change some grouping data to make more sense.

update apply grouping flag test data

update java code against change in database

  1. … 5 more files in changeset.
change survey tool to real url add test user to group

*** empty log message ***

  1. … 1 more file in changeset.
added table lams_workspace_folder_type (and values for it to insert_types sql) | lams_workspace_folder: added user_id (implicit fk to user table) added create_date_time added last_modified_date_time added lams_workspace_folder_type_id (fk to lasm_workspace_folder_type) | lams_learning_library: added valid flag | lams_tool: added valid_flag added learning_library_id (fk to lams_learning_library) | lams_learning_design: added last_modified_date_time | lams_lesson: made name mandatory | lams_learner_progress added requires_restart_flag | other: added values for workspace type to insert types | other moved values for auth method and activity category from insert test data to insert types data

added new lesson field and modify the problematic test data

  1. … 1 more file in changeset.
*** empty log message ***

  1. … 2 more files in changeset.
test data for transition modified

upgrade mysql connector to 3.1.7

  1. … 5 more files in changeset.
made from_ui_id and to_ui_id in transition table nullable

  1. … 3 more files in changeset.
Transitions for childActivities of ComplexActivities removed.

activity strategy for calculating children activity completion status implemented and tested

  1. … 10 more files in changeset.
fix up the broken tool session code. As the new lesson attribute can not be null, it should go into the constructor

  1. … 5 more files in changeset.
Additional test-data for lams_learning_activity ,lams_learning_transition and lams_tool_content added

add test data for random grouping and fixed some broken test case due to the code merge

  1. … 1 more file in changeset.
Test data provided for additional columns help_text and run_offline_flag

added grouping data into testing sql script

  1. … 2 more files in changeset.
test group based tool session

  1. … 7 more files in changeset.
Latest test data

changed id to ui_id in activity and transition

add some domain convenient methods, such as getAllLearners for a lesson, validate the type of an acitivity. change cascade to save-update between learningdesign and activity.

  1. … 11 more files in changeset.
add tool content id for all tool activity test data

tool_id added to lams_learning_activity

*** empty log message ***

some changes to Transition test data