Index: openacs-4/packages/news/tcl/test/news-db-test-init-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/tcl/test/news-db-test-init-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/news/tcl/test/news-db-test-init-postgresql.xql 8 Oct 2003 08:52:13 -0000 1.3 +++ openacs-4/packages/news/tcl/test/news-db-test-init-postgresql.xql 3 Aug 2005 22:56:56 -0000 1.4 @@ -29,14 +29,14 @@ - select news__new( + select news__new( null, null, current_timestamp, :p_text, null, :p_title, 'text/plain', :p_package_id, :p_archive_date, :p_approval_user, :p_approval_date, :p_approval_ip, null, null,null, - :p_is_live + :p_is_live,null );