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 -N -r1.1 -r1.2 --- openacs-4/packages/news/tcl/test/news-db-test-init-postgresql.xql 4 Apr 2003 09:48:13 -0000 1.1 +++ openacs-4/packages/news/tcl/test/news-db-test-init-postgresql.xql 8 Oct 2003 08:47:59 -0000 1.2 @@ -126,7 +126,7 @@ - select news__status(:p_news_id); + select news__status(to_timestamptz(:p_publish_date, 'YYYY-MM-DD'), to_timestamptz(:p_archive_date, 'YYYY-MM-DD'));