From ab4a84c47fd221e47323e0c59bddaa21b38a54cb Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Mon, 16 Jun 2003 17:59:38 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1496 --- test/test_prefs.php | 2 +- test/test_uc_slow.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_prefs.php b/test/test_prefs.php index 1fcfa2bdc7..5583318e2c 100644 --- a/test/test_prefs.php +++ b/test/test_prefs.php @@ -24,7 +24,7 @@ $work = new Work($app); $work->wu_template = "ucs_wu"; - $work->result_template = "ucs_result"; + $work->result_template = "uc_result"; array_push($work->input_files, "small_input"); $work->install($project); diff --git a/test/test_uc_slow.php b/test/test_uc_slow.php index f2015536db..8d495b2025 100644 --- a/test/test_uc_slow.php +++ b/test/test_uc_slow.php @@ -19,7 +19,7 @@ $work = new Work(); $work->wu_template = "ucs_wu"; - $work->result_template = "ucs_result"; + $work->result_template = "uc_result"; array_push($work->input_files, "small_input"); $work->install($project);