Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-test.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-test.sql,v diff -u -r1.11 -r1.11.4.1 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-test.sql 7 Jul 2011 10:46:02 -0000 1.11 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-test.sql 21 Apr 2017 14:53:07 -0000 1.11.4.1 @@ -387,9 +387,9 @@ sub_sub_folder_id ) ); - PERFORM content_test__put_line('This is a path to an item from a non-existant item'); + PERFORM content_test__put_line('This is a path to an item from a non-existent item'); PERFORM content_test__put_line('Path for ' || item_id || - ' from nonexistant_id: ' || + ' from nonexistent_id: ' || -300 || ' is ' || content_item__get_path(item_id,-300) );