Index: openacs-4/packages/oacs-dav/tcl/test/oacs-dav-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/test/oacs-dav-procs.tcl,v diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- openacs-4/packages/oacs-dav/tcl/test/oacs-dav-procs.tcl 27 Feb 2005 16:09:30 -0000 1.1.1.1.2.1 +++ openacs-4/packages/oacs-dav/tcl/test/oacs-dav-procs.tcl 27 Feb 2005 16:14:01 -0000 1.1.1.1.2.2 @@ -63,7 +63,7 @@ aa_log "Item_id=$new_item_id" aa_true "Content Item Created" [expr ![empty_string_p $new_item_id]] set revision_id [db_string revision_exists "" -default ""] - aa_trute "Content Revision Created" [expr ![empty_string_p $revision_id]] + aa_true "Content Revision Created" [expr ![empty_string_p $revision_id]] set cr_filename "[cr_fs_path]/[db_string get_content_filename ""]" aa_true "Content Attribute Set" [string equal [file size [oacs_dav::conn tmpfile]] [file size $cr_filename]]