Index: openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl 15 Feb 2004 10:43:01 -0000 1.3 +++ openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl 27 Oct 2014 16:38:51 -0000 1.4 @@ -6,18 +6,6 @@ @cvs-id $Id$ } -aa_register_case -cats smoke acs_admin_trivial_smoke_test { - Minimal smoke test for acs-admin package. -} { - - aa_run_with_teardown \ - -rollback \ - -test_code { - set header_result [apm_header] - aa_true "apm_header returns a non-null string?" [exists_and_not_null header_result] - } -} - aa_register_case -cats {api smoke} apm_higher_version_installed_p { Test apm_higher_version_installed_p proc. } {