diff --git a/docs/manual/CoreTasks/conditions.html b/docs/manual/CoreTasks/conditions.html index 8b7f240f7..86f02d9e9 100644 --- a/docs/manual/CoreTasks/conditions.html +++ b/docs/manual/CoreTasks/conditions.html @@ -185,9 +185,34 @@ TCP/IP listener at the specified host and port.
+Test two files for matching. Both files must exist first. +This test does a byte for byte comparision, so test time scales with +byte size. NB: if the files are different sizes or the filenames match +the slower test is shortcutted. + +
+Attribute | +Description | +Required | +
file1 | +First file to test | +Yes. | +
file2 | +Second file to test | +Yes. | +
Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.