Index: openacs-4/packages/dotlrn-assessment/tcl/test/dotlrn-assessment-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-assessment/tcl/test/Attic/dotlrn-assessment-test-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-assessment/tcl/test/dotlrn-assessment-test-procs.tcl 10 Sep 2019 09:20:40 -0000 1.1.2.1 @@ -0,0 +1,33 @@ +ad_library { + + Automated tests for the dotlrn-assessment package. + + @author Héctor Romojaro + @creation-date 2019-09-10 + +} + +aa_register_case \ + -cats {api smoke production_safe} \ + -procs { + dotlrn_assessment::package_key + dotlrn_assessment::my_package_key + dotlrn_assessment::applet_key + } \ + dotlrn_assessment__keys { + + Simple test for the various dotlrn_assessment::..._key procs. + + @author Héctor Romojaro + @creation-date 2019-09-10 +} { + aa_equals "Package key" "[dotlrn_assessment::package_key]" "assessment" + aa_equals "My Package key" "[dotlrn_assessment::my_package_key]" "dotlrn-assessment" + aa_equals "Applet key" "[dotlrn_assessment::applet_key]" "dotlrn_assessment" +} + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: Index: openacs-4/packages/dotlrn-bm/tcl/test/dotlrn-bm-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bm/tcl/test/Attic/dotlrn-bm-test-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-bm/tcl/test/dotlrn-bm-test-procs.tcl 10 Sep 2019 09:20:40 -0000 1.1.2.1 @@ -0,0 +1,33 @@ +ad_library { + + Automated tests for the dotlrn-bm package. + + @author Héctor Romojaro + @creation-date 2019-09-10 + +} + +aa_register_case \ + -cats {api smoke production_safe} \ + -procs { + dotlrn_bm::package_key + dotlrn_bm::my_package_key + dotlrn_bm::applet_key + } \ + dotlrn_bm__keys { + + Simple test for the various dotlrn_bm::..._key procs. + + @author Héctor Romojaro + @creation-date 2019-09-10 +} { + aa_equals "Package key" "[dotlrn_bm::package_key]" "bulk-mail" + aa_equals "My Package key" "[dotlrn_bm::my_package_key]" "dotlrn-bm" + aa_equals "Applet key" "[dotlrn_bm::applet_key]" "dotlrn_bm" +} + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: Index: openacs-4/packages/dotlrn-calendar/tcl/test/dotlrn-calendar-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/tcl/test/Attic/dotlrn-calendar-test-procs.tcl,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/dotlrn-calendar/tcl/test/dotlrn-calendar-test-procs.tcl 5 Sep 2019 13:17:48 -0000 1.1.2.1 +++ openacs-4/packages/dotlrn-calendar/tcl/test/dotlrn-calendar-test-procs.tcl 10 Sep 2019 09:20:40 -0000 1.1.2.2 @@ -22,7 +22,7 @@ @creation-date 2019-09-05 } { aa_equals "Package key" "[dotlrn_calendar::package_key]" "calendar" - aa_equals "My Package key" "[dotlrn_calendar::my_package_key]" "dotlrn_calendar" + aa_equals "My Package key" "[dotlrn_calendar::my_package_key]" "dotlrn-calendar" aa_equals "Applet key" "[dotlrn_calendar::applet_key]" "dotlrn_calendar" } Index: openacs-4/packages/dotlrn-chat/tcl/test/dotlrn-chat-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-chat/tcl/test/Attic/dotlrn-chat-test-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-chat/tcl/test/dotlrn-chat-test-procs.tcl 10 Sep 2019 09:20:40 -0000 1.1.2.1 @@ -0,0 +1,33 @@ +ad_library { + + Automated tests for the dotlrn-chat package. + + @author Héctor Romojaro + @creation-date 2019-09-10 + +} + +aa_register_case \ + -cats {api smoke production_safe} \ + -procs { + dotlrn_chat::package_key + dotlrn_chat::my_package_key + dotlrn_chat::applet_key + } \ + dotlrn_chat__keys { + + Simple test for the various dotlrn_chat::..._key procs. + + @author Héctor Romojaro + @creation-date 2019-09-10 +} { + aa_equals "Package key" "[dotlrn_chat::package_key]" "chat" + aa_equals "My Package key" "[dotlrn_chat::my_package_key]" "dotlrn-chat" + aa_equals "Applet key" "[dotlrn_chat::applet_key]" "dotlrn_chat" +} + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: Index: openacs-4/packages/dotlrn-dotlrn/tcl/test/dotlrn-dotlrn-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/test/Attic/dotlrn-dotlrn-test-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-dotlrn/tcl/test/dotlrn-dotlrn-test-procs.tcl 10 Sep 2019 09:20:40 -0000 1.1.2.1 @@ -0,0 +1,33 @@ +ad_library { + + Automated tests for the dotlrn-dotlrn package. + + @author Héctor Romojaro + @creation-date 2019-09-10 + +} + +aa_register_case \ + -cats {api smoke production_safe} \ + -procs { + dotlrn_dotlrn::package_key + dotlrn_dotlrn::my_package_key + dotlrn_dotlrn::applet_key + } \ + dotlrn_dotlrn__keys { + + Simple test for the various dotlrn_dotlrn::..._key procs. + + @author Héctor Romojaro + @creation-date 2019-09-10 +} { + aa_equals "Portal element key" "[dotlrn_dotlrn::portal_element_key]" "dotlrn-portlet" + aa_equals "My Package key" "[dotlrn_dotlrn::my_package_key]" "dotlrn-dotlrn" + aa_equals "Applet key" "[dotlrn_dotlrn::applet_key]" "dotlrn_dotlrn" +} + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: Index: openacs-4/packages/dotlrn-evaluation/tcl/test/dotlrn-evaluation-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-evaluation/tcl/test/Attic/dotlrn-evaluation-test-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-evaluation/tcl/test/dotlrn-evaluation-test-procs.tcl 10 Sep 2019 09:20:40 -0000 1.1.2.1 @@ -0,0 +1,33 @@ +ad_library { + + Automated tests for the dotlrn-evaluation package. + + @author Héctor Romojaro + @creation-date 2019-09-10 + +} + +aa_register_case \ + -cats {api smoke production_safe} \ + -procs { + dotlrn_evaluation::package_key + dotlrn_evaluation::my_package_key + dotlrn_evaluation::applet_key + } \ + dotlrn_evaluation__keys { + + Simple test for the various dotlrn_evaluation::..._key procs. + + @author Héctor Romojaro + @creation-date 2019-09-10 +} { + aa_equals "Package key" "[dotlrn_evaluation::package_key]" "evaluation" + aa_equals "My Package key" "[dotlrn_evaluation::my_package_key]" "dotlrn-evaluation" + aa_equals "Applet key" "[dotlrn_evaluation::applet_key]" "dotlrn_evaluation" +} + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: Index: openacs-4/packages/dotlrn-faq/tcl/test/dotlrn-faq-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-faq/tcl/test/Attic/dotlrn-faq-test-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-faq/tcl/test/dotlrn-faq-test-procs.tcl 10 Sep 2019 09:20:40 -0000 1.1.2.1 @@ -0,0 +1,33 @@ +ad_library { + + Automated tests for the dotlrn-faq package. + + @author Héctor Romojaro + @creation-date 2019-09-10 + +} + +aa_register_case \ + -cats {api smoke production_safe} \ + -procs { + dotlrn_faq::package_key + dotlrn_faq::my_package_key + dotlrn_faq::applet_key + } \ + dotlrn_faq__keys { + + Simple test for the various dotlrn_faq::..._key procs. + + @author Héctor Romojaro + @creation-date 2019-09-10 +} { + aa_equals "Package key" "[dotlrn_faq::package_key]" "faq" + aa_equals "My Package key" "[dotlrn_faq::my_package_key]" "dotlrn-faq" + aa_equals "Applet key" "[dotlrn_faq::applet_key]" "dotlrn_faq" +} + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: Index: openacs-4/packages/dotlrn-forums/tcl/test/dotlrn-forums-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-forums/tcl/test/Attic/dotlrn-forums-test-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-forums/tcl/test/dotlrn-forums-test-procs.tcl 10 Sep 2019 09:20:40 -0000 1.1.2.1 @@ -0,0 +1,33 @@ +ad_library { + + Automated tests for the dotlrn-forums package. + + @author Héctor Romojaro + @creation-date 2019-09-10 + +} + +aa_register_case \ + -cats {api smoke production_safe} \ + -procs { + dotlrn_forums::package_key + dotlrn_forums::my_package_key + dotlrn_forums::applet_key + } \ + dotlrn_forums__keys { + + Simple test for the various dotlrn_forums::..._key procs. + + @author Héctor Romojaro + @creation-date 2019-09-10 +} { + aa_equals "Package key" "[dotlrn_forums::package_key]" "forums" + aa_equals "My Package key" "[dotlrn_forums::my_package_key]" "dotlrn-forums" + aa_equals "Applet key" "[dotlrn_forums::applet_key]" "dotlrn_forums" +} + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: Index: openacs-4/packages/dotlrn-fs/tcl/test/dotlrn-fs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/tcl/test/dotlrn-fs-procs.tcl,v diff -u -N -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/dotlrn-fs/tcl/test/dotlrn-fs-procs.tcl 3 Apr 2019 07:53:09 -0000 1.4.2.2 +++ openacs-4/packages/dotlrn-fs/tcl/test/dotlrn-fs-procs.tcl 10 Sep 2019 09:20:40 -0000 1.4.2.3 @@ -82,6 +82,25 @@ } } +aa_register_case \ + -cats {api smoke production_safe} \ + -procs { + dotlrn_fs::package_key + dotlrn_fs::my_package_key + dotlrn_fs::applet_key + } \ + dotlrn_fs__keys { + + Simple test for the various dotlrn_fs::..._key procs. + + @author Héctor Romojaro + @creation-date 2019-09-10 +} { + aa_equals "Package key" "[dotlrn_fs::package_key]" "file-storage" + aa_equals "My Package key" "[dotlrn_fs::my_package_key]" "dotlrn-fs" + aa_equals "Applet key" "[dotlrn_fs::applet_key]" "dotlrn_fs" +} + # Local variables: # mode: tcl # tcl-indent-level: 4 Index: openacs-4/packages/dotlrn-news/tcl/test/dotlrn-news-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-news/tcl/test/Attic/dotlrn-news-test-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-news/tcl/test/dotlrn-news-test-procs.tcl 10 Sep 2019 09:20:40 -0000 1.1.2.1 @@ -0,0 +1,33 @@ +ad_library { + + Automated tests for the dotlrn-news package. + + @author Héctor Romojaro + @creation-date 2019-09-10 + +} + +aa_register_case \ + -cats {api smoke production_safe} \ + -procs { + dotlrn_news::package_key + dotlrn_news::my_package_key + dotlrn_news::applet_key + } \ + dotlrn_news__keys { + + Simple test for the various dotlrn_news::..._key procs. + + @author Héctor Romojaro + @creation-date 2019-09-10 +} { + aa_equals "Package key" "[dotlrn_news::package_key]" "news" + aa_equals "My Package key" "[dotlrn_news::my_package_key]" "dotlrn-news" + aa_equals "Applet key" "[dotlrn_news::applet_key]" "dotlrn_news" +} + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: Index: openacs-4/packages/dotlrn-static/tcl/test/dotlrn-static-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-static/tcl/test/Attic/dotlrn-static-test-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-static/tcl/test/dotlrn-static-test-procs.tcl 10 Sep 2019 09:20:40 -0000 1.1.2.1 @@ -0,0 +1,32 @@ +ad_library { + + Automated tests for the dotlrn-static package. + + @author Héctor Romojaro + @creation-date 2019-09-10 + +} + +aa_register_case \ + -cats {api smoke production_safe} \ + -procs { + dotlrn_static::package_key + dotlrn_static::my_package_key + dotlrn_static::applet_key + } \ + dotlrn_static__keys { + + Simple test for the various dotlrn_static::..._key procs. + + @author Héctor Romojaro + @creation-date 2019-09-10 +} { + aa_equals "Package key" "[dotlrn_static::package_key]" "static-portlet" + aa_equals "Applet key" "[dotlrn_static::applet_key]" "dotlrn_static" +} + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: