Index: lams_tool_deploy/test/file/sql/insert_test_records.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_deploy/test/file/sql/Attic/insert_test_records.sql,v diff -u -r1.1 -r1.2 --- lams_tool_deploy/test/file/sql/insert_test_records.sql 7 Apr 2005 06:22:14 -0000 1.1 +++ lams_tool_deploy/test/file/sql/insert_test_records.sql 1 Dec 2005 23:53:43 -0000 1.2 @@ -5,6 +5,8 @@ service_name, tool_display_name, description, +tool_identifier, +tool_version, learning_library_id, default_tool_content_id, valid_flag, @@ -28,21 +30,23 @@ 'test.test.deploy.Test', 'DEPLOY TEST TOOL 1', 'TEST DATA FOR DEPLOY APP', +'DPTST1', +'1.1', NULL, NULL, 0, 1, 1, 1, -1, 0, -'/lams/tool/dptst1/foo.jsp', -'/lams/tool/dptst1/foo.jsp', -'/lams/tool/dptst1/foo.jsp', -'/lams/tool/dptst1/foo.jsp', -'/lams/tool/dptst1/foo.jsp', -'/lams/tool/dptst1/foo.jsp', -'/lams/tool/dptst1/foo.jsp', +0, +'tool/dptst1/foo.jsp', +'tool/dptst1/foo.jsp', +'tool/dptst1/foo.jsp', +'tool/dptst1/foo.jsp', +'tool/dptst1/foo.jsp', +NULL, +NULL, NOW() ); @@ -87,8 +91,6 @@ , learning_library_id , create_date_time , run_offline_flag -, offline_instructions -, online_instructions , max_number_of_options , min_number_of_options , options_instructions @@ -127,8 +129,6 @@ , 1 , NOW() , 0 -, 'Do it yourself' -, 'Do it in LAMS' , NULL , NULL , NULL