@@ -49,7 +49,7 @@ BOOST_AUTO_TEST_CASE(test_archive_and_restore_suite) {
49
49
50
50
// We use Pid::unique_name, to allow multiple invocation of this test
51
51
Defs theDefs;
52
- std::string ecf_home = File::test_data (" Base/ test" , " Base " );
52
+ std::string ecf_home = File::test_data (" libs/base/ test" , " libs/base " );
53
53
theDefs.set_server ().add_or_update_user_variables (Str::ECF_HOME (), ecf_home);
54
54
suite_ptr suite = theDefs.add_suite (Pid::unique_name (" test_archive_and_restore_suite" ));
55
55
suite->add_family (" f1" )->add_task (" t1" );
@@ -95,7 +95,7 @@ BOOST_AUTO_TEST_CASE(test_archive_and_restore_family) {
95
95
// task t1
96
96
97
97
Defs theDefs;
98
- std::string ecf_home = File::test_data (" Base/ test" , " Base " );
98
+ std::string ecf_home = File::test_data (" libs/base/ test" , " libs/base " );
99
99
theDefs.set_server ().add_or_update_user_variables (Str::ECF_HOME (), ecf_home);
100
100
suite_ptr suite = theDefs.add_suite (Pid::unique_name (" test_archive_and_restore_family" ));
101
101
family_ptr f3 = suite->add_family (" f1" )->add_family (" f2" )->add_family (" f3" );
@@ -146,7 +146,7 @@ BOOST_AUTO_TEST_CASE(test_archive_and_restore_all) {
146
146
147
147
Defs theDefs;
148
148
{
149
- std::string ecf_home = File::test_data (" Base/ test" , " Base " );
149
+ std::string ecf_home = File::test_data (" libs/base/ test" , " libs/base " );
150
150
theDefs.set_server ().add_or_update_user_variables (Str::ECF_HOME (), ecf_home);
151
151
suite_ptr suite = theDefs.add_suite (Pid::unique_name (" test_archive_and_restore_all" ));
152
152
family_ptr f1 = suite->add_family (" f1" );
@@ -242,7 +242,7 @@ BOOST_AUTO_TEST_CASE(test_archive_and_restore_overlap) {
242
242
// task t1
243
243
244
244
Defs theDefs;
245
- std::string ecf_home = File::test_data (" Base/ test" , " Base " );
245
+ std::string ecf_home = File::test_data (" libs/base/ test" , " libs/base " );
246
246
theDefs.set_server ().add_or_update_user_variables (Str::ECF_HOME (), ecf_home);
247
247
suite_ptr suite = theDefs.add_suite (Pid::unique_name (" test_archive_and_restore_overlap" ));
248
248
std::string f1_abs_node_path;
@@ -288,7 +288,7 @@ BOOST_AUTO_TEST_CASE(test_archive_and_delete_suite) {
288
288
289
289
// We use Pid::unique_name, to allow multiple invocation of this test
290
290
Defs theDefs;
291
- std::string ecf_home = File::test_data (" Base/ test" , " Base " );
291
+ std::string ecf_home = File::test_data (" libs/base/ test" , " libs/base " );
292
292
theDefs.set_server ().add_or_update_user_variables (Str::ECF_HOME (), ecf_home);
293
293
suite_ptr suite = theDefs.add_suite (Pid::unique_name (" test_archive_and_delete_suite" ));
294
294
family_ptr family = suite->add_family (" f1" );
@@ -325,7 +325,7 @@ BOOST_AUTO_TEST_CASE(test_archive_and_restore_errors) {
325
325
326
326
// We use Pid::unique_name, to allow multiple invocation of this test
327
327
Defs theDefs;
328
- std::string ecf_home = File::test_data (" Base/ test" , " Base " );
328
+ std::string ecf_home = File::test_data (" libs/base/ test" , " libs/base " );
329
329
theDefs.set_server ().add_or_update_user_variables (Str::ECF_HOME (), ecf_home);
330
330
suite_ptr suite = theDefs.add_suite (Pid::unique_name (" test_archive_and_restore_errors" ));
331
331
family_ptr f1 = suite->add_family (" f1" );
0 commit comments