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