Index: openacs-4/packages/lors/tcl/test/lors-test-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors/tcl/test/Attic/lors-test-procs-oracle.xql,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/lors/tcl/test/lors-test-procs-oracle.xql 21 Sep 2006 10:50:56 -0000 1.1.2.2 +++ openacs-4/packages/lors/tcl/test/lors-test-procs-oracle.xql 26 Dec 2006 10:52:17 -0000 1.1.2.3 @@ -22,11 +22,11 @@ begin :1 := ims_file.new ( - file_id => :file_rev_id, - res_id => :res_id, - pathtofile => '__path_to_filename__', - filename => '__filename__', - hasmetadata => 'f' + p_file_id => :file_rev_id, + p_res_id => :res_id, + p_pathtofile => '__path_to_filename__', + p_filename => '__filename__', + p_hasmetadata => 'f' ); end;