diff options
author | Peter Andersson <[email protected]> | 2013-01-24 12:20:02 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-01-24 17:54:03 +0100 |
commit | 9230b38f318d916258168fafb2878f225fb3052b (patch) | |
tree | 4aa6460fe56113af865f2daa6d3523a210b00993 /lib/common_test/test | |
parent | f48550f96253588fcc643fcd5774a3c3ccb49b8b (diff) | |
download | otp-9230b38f318d916258168fafb2878f225fb3052b.tar.gz otp-9230b38f318d916258168fafb2878f225fb3052b.tar.bz2 otp-9230b38f318d916258168fafb2878f225fb3052b.zip |
Update documentation
OTP-9881
Diffstat (limited to 'lib/common_test/test')
-rw-r--r-- | lib/common_test/test/ct_testspec_3_SUITE_data/specs1/spec_join1 | 3 | ||||
-rw-r--r-- | lib/common_test/test/ct_testspec_3_SUITE_data/specs2/spec_join2 | 4 |
2 files changed, 3 insertions, 4 deletions
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}. |