diff --git a/checkin_notes b/checkin_notes index 1a96e5facf..01e2c0a1b0 100755 --- a/checkin_notes +++ b/checkin_notes @@ -1175,3 +1175,9 @@ Michael Gary July 15, 2002 api/ api.C api.h + +Michael Gary July 16, 2002 + -Fixed test script bug + test/ + concat_result + test_concat.php diff --git a/test/concat_result b/test/concat_result index 2be46c987e..89ef62c693 100644 --- a/test/concat_result +++ b/test/concat_result @@ -3,7 +3,7 @@ - 100000 + 120000 diff --git a/test/test_concat.php b/test/test_concat.php index eb3463677e..8f3a62336e 100644 --- a/test/test_concat.php +++ b/test/test_concat.php @@ -13,8 +13,8 @@ init_client_dirs("prefs1.xml"); copy_to_download_dir("input"); add_platform(null); - add_core_client(null); - add_user(null); + //add_core_client(null); + add_user("prefs.xml"); add_app("concat",null,null); create_work("-appname concat -wu_name concat_wu -wu_template concat_wu -result_template concat_result -nresults 2 input input"); start_feeder();