From 9230b38f318d916258168fafb2878f225fb3052b Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Thu, 24 Jan 2013 12:20:02 +0100 Subject: Update documentation OTP-9881 --- lib/common_test/test/ct_testspec_3_SUITE_data/specs1/spec_join1 | 3 +-- lib/common_test/test/ct_testspec_3_SUITE_data/specs2/spec_join2 | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/common_test/test') diff --git a/lib/common_test/test/ct_testspec_3_SUITE_data/specs1/spec_join1 b/lib/common_test/test/ct_testspec_3_SUITE_data/specs1/spec_join1 index 736b380b0b..baaaf35be4 100644 --- a/lib/common_test/test/ct_testspec_3_SUITE_data/specs1/spec_join1 +++ b/lib/common_test/test/ct_testspec_3_SUITE_data/specs1/spec_join1 @@ -1,2 +1 @@ -{specs, join, "../specs2/flat_spec2"}. -{specs, join, "flat_spec1"}. \ No newline at end of file +{specs, join, ["../specs2/flat_spec2", "flat_spec1"]}. \ No newline at end of file diff --git a/lib/common_test/test/ct_testspec_3_SUITE_data/specs2/spec_join2 b/lib/common_test/test/ct_testspec_3_SUITE_data/specs2/spec_join2 index 47c0286052..d652dbd78f 100644 --- a/lib/common_test/test/ct_testspec_3_SUITE_data/specs2/spec_join2 +++ b/lib/common_test/test/ct_testspec_3_SUITE_data/specs2/spec_join2 @@ -1,5 +1,5 @@ -{specs, join, "../specs1/flat_spec1"}. -{specs, join, "flat_spec2"}. +{specs, join, ["../specs1/flat_spec1"]}. +{specs, join, ["flat_spec2"]}. {config, "../config1/cfg12"}. {suites, "../tests2", t22_SUITE}. -- cgit v1.2.3