From b814574c856da71388ec7d29059fbebabc570f32 Mon Sep 17 00:00:00 2001 From: Michael Gary Date: Fri, 28 Jun 2002 00:55:19 +0000 Subject: [PATCH] test_uc.php now tests to make sure that the water level functionality is correct. There should be 3 scheduler_requests in test_uc.php's output. svn path=/trunk/boinc/; revision=137 --- test/test_uc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test_uc.php b/test/test_uc.php index 104e2de26c..840f7e47d1 100644 --- a/test/test_uc.php +++ b/test/test_uc.php @@ -14,7 +14,7 @@ add_platform(null); add_user(null); add_app("upper_case"); - create_work("-appname upper_case -wu_name uc_wu -wu_template uc_wu -result_template uc_result -nresults 2 input input"); + create_work("-appname upper_case -rsc_iops 180000000000.0 -rsc_fpops 0.0 -wu_name uc_wu -wu_template uc_wu -result_template uc_result -nresults 5 input input input input input"); start_feeder(); run_client(); stop_feeder(); @@ -22,4 +22,7 @@ check_results_done(); compare_file("uc_wu_0_0", "uc_correct_output"); compare_file("uc_wu_1_0", "uc_correct_output"); + compare_file("uc_wu_2_0", "uc_correct_output"); + compare_file("uc_wu_3_0", "uc_correct_output"); + compare_file("uc_wu_4_0", "uc_correct_output"); ?>