Index: openacs-4/packages/dotlrn/tcl/test/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/test/community-procs.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/dotlrn/tcl/test/community-procs.tcl 7 Feb 2006 21:39:30 -0000 1.1.2.2 +++ openacs-4/packages/dotlrn/tcl/test/community-procs.tcl 23 Feb 2006 13:02:00 -0000 1.1.2.3 @@ -40,7 +40,7 @@ -rollback \ -test_code { db_foreach get_communities_with_inherit { - select 1 + select 1 from dual where exists (select * from dotlrn_communities_all c, acs_objects o where c.community_id = o.object_id @@ -49,4 +49,4 @@ aa_error "One or more communities inherit permissions, high probability of security risk" } } - } \ No newline at end of file + }