From 5d867625c97b2cf252ff2829fcc708ccef3fd0d6 Mon Sep 17 00:00:00 2001 From: Michael Gary Date: Wed, 17 Jul 2002 18:33:37 +0000 Subject: [PATCH] Added master test and removed debug output from client_types.C svn path=/trunk/boinc/; revision=210 --- client/client_types.C | 1 - test/test_suite.php | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 test/test_suite.php diff --git a/client/client_types.C b/client/client_types.C index 8a3daf585a..969fd572c3 100644 --- a/client/client_types.C +++ b/client/client_types.C @@ -283,7 +283,6 @@ int FILE_INFO::parse(FILE* in, bool from_server) { } else if (match_tag(buf, "")) { dup_element_contents(in, "", &file_signature); - fprintf(stderr, "file_signature %s being copied\n", file_signature); continue; } else if (parse_str(buf, "", md5_cksum)) continue; diff --git a/test/test_suite.php b/test/test_suite.php new file mode 100644 index 0000000000..ff934c9633 --- /dev/null +++ b/test/test_suite.php @@ -0,0 +1,38 @@ +#! /usr/local/bin/php +