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);