Index: openacs-4/packages/lors/tcl/test/lors-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors/tcl/test/lors-test-procs.tcl,v diff -u -r1.1.2.1.2.1 -r1.1.2.1.2.2 --- openacs-4/packages/lors/tcl/test/lors-test-procs.tcl 29 Aug 2006 11:37:43 -0000 1.1.2.1.2.1 +++ openacs-4/packages/lors/tcl/test/lors-test-procs.tcl 26 Dec 2006 10:53:26 -0000 1.1.2.1.2.2 @@ -96,10 +96,10 @@ -org_id $org_id \ -identifier "__identifier__" \ -identifierref "__identifier_href__" \ - -isvisible true \ + -isvisible t \ -parameters "__parameters__" \ -title "__title__" \ - -hasmetadata false \ + -hasmetadata f \ -prerequisites_t "__prereq_t__" \ -prerequisites_s "__prereq_s__" \ -type "__type__" \ @@ -175,8 +175,9 @@ aa_true "Course ${fname} exists in filesystem" [file exists $tmp_dir] set vars [list folder_id $folder_id format_id $format_id tmp_dir $tmp_dir course_id $course_id course_name $course_name indb_p 0 fs_package_id $fs_package_id __test 1 community_id $community_id] - set status [catch {template::adp_include /packages/lorsm/lib/course-add-3 $vars} errmsg] -# template::adp_include /packages/lorsm/lib/course-add-3 $vars + set status [catch {template::adp_include /packages/lorsm/www/course-add-3 $vars} errmsg] +# template::adp_include /packages/lorsm/www/course-add-3 $vars + aa_false "Imported Course $fname" $status aa_log "Results $errmsg" }