Index: openacs-4/packages/new-portal/www/test-api.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/Attic/test-api.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/new-portal/www/test-api.tcl 5 Oct 2001 00:12:36 -0000 1.3 +++ openacs-4/packages/new-portal/www/test-api.tcl 9 Oct 2001 15:11:15 -0000 1.4 @@ -15,8 +15,8 @@ set new_portal_id [portal::create_portal $user_id] # add an bboard PE with a fake instance id -set instance_id "666" +set community_id "2763" -set element_id [bboard_portlet::add_self_to_page $new_portal_id $instance_id ] +set element_id [faq_portlet::add_self_to_page $new_portal_id $community_id ] ns_returnredirect "index"