Index: openacs-4/packages/acs-content-repository/tcl/test/content-item-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/test/content-item-test-procs.tcl,v diff -u -r1.7 -r1.7.6.1 --- openacs-4/packages/acs-content-repository/tcl/test/content-item-test-procs.tcl 10 Jan 2007 21:22:03 -0000 1.7 +++ openacs-4/packages/acs-content-repository/tcl/test/content-item-test-procs.tcl 19 Jun 2010 21:22:10 -0000 1.7.6.1 @@ -56,6 +56,7 @@ -name "$test_name" \ -item_id $first_item_id \ -parent_id $first_folder_id \ + -is_live "t" \ -attributes [list [list title "$test_name"]] ] @@ -158,6 +159,7 @@ -name "test_item_${new_type_item_id}" \ -item_id $new_type_item_id \ -parent_id $first_folder_id \ + -is_live "t" \ -content_type "test_type" \ -attributes [list [list title "Title"] [list attribute_name "attribute_value"]]]