aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_testspec_3_SUITE_data
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2013-01-27 00:57:10 +0100
committerPeter Andersson <[email protected]>2013-01-27 00:57:10 +0100
commitc88b50bdf301b5ce17ce8f4f0d50d838e94292c6 (patch)
tree27b7b5856a5634b1d0c925c279dc6ef0c6e75199 /lib/common_test/test/ct_testspec_3_SUITE_data
parent9230b38f318d916258168fafb2878f225fb3052b (diff)
downloadotp-c88b50bdf301b5ce17ce8f4f0d50d838e94292c6.tar.gz
otp-c88b50bdf301b5ce17ce8f4f0d50d838e94292c6.tar.bz2
otp-c88b50bdf301b5ce17ce8f4f0d50d838e94292c6.zip
Add more tests
Diffstat (limited to 'lib/common_test/test/ct_testspec_3_SUITE_data')
-rw-r--r--lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t11_SUITE.erl3
-rw-r--r--lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl4
-rw-r--r--lib/common_test/test/ct_testspec_3_SUITE_data/tests2/t21_SUITE.erl3
-rw-r--r--lib/common_test/test/ct_testspec_3_SUITE_data/tests2/t22_SUITE.erl4
4 files changed, 14 insertions, 0 deletions
diff --git a/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t11_SUITE.erl b/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t11_SUITE.erl
index 4026273700..bbe79ed3fe 100644
--- a/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t11_SUITE.erl
+++ b/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t11_SUITE.erl
@@ -50,6 +50,9 @@ init_per_suite(Config) ->
{incl_join1,[cfg21,cfg11]} -> ok;
{incl_join1,[cfg12,cfg11,cfg21]} -> ok;
{incl_join2,[cfg21,cfg11,cfg12]} -> ok;
+ {incl_both1,[cfg11]} -> ok;
+ {incl_both2,[cfg11,cfg12,cfg21]} -> ok;
+ {incl_both2,[cfg11]} -> ok;
_ -> ok
end,
diff --git a/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl b/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl
index 25692d3e00..810298d348 100644
--- a/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl
+++ b/lib/common_test/test/ct_testspec_3_SUITE_data/tests1/t12_SUITE.erl
@@ -50,6 +50,10 @@ init_per_suite(Config) ->
{incl_join1,[cfg21,cfg11]} -> ok;
{incl_join1,[cfg12,cfg11,cfg21]} -> ok;
{incl_join2,[cfg21,cfg11,cfg12]} -> ok;
+ {incl_both1,[cfg21]} -> ok;
+ {incl_both1,[cfg12,cfg21]} -> ok;
+ {incl_both2,[cfg11,cfg12,cfg21]} -> ok;
+ {incl_both2,[cfg21]} -> ok;
_ -> ok
end,
Config.
diff --git a/lib/common_test/test/ct_testspec_3_SUITE_data/tests2/t21_SUITE.erl b/lib/common_test/test/ct_testspec_3_SUITE_data/tests2/t21_SUITE.erl
index 4850151fa5..9348cd8caf 100644
--- a/lib/common_test/test/ct_testspec_3_SUITE_data/tests2/t21_SUITE.erl
+++ b/lib/common_test/test/ct_testspec_3_SUITE_data/tests2/t21_SUITE.erl
@@ -50,6 +50,9 @@ init_per_suite(Config) ->
{incl_join1,[cfg21,cfg11]} -> ok;
{incl_join1,[cfg12,cfg11,cfg21]} -> ok;
{incl_join2,[cfg21,cfg11,cfg12]} -> ok;
+ {incl_both1,[cfg11]} -> ok;
+ {incl_both2,[cfg11,cfg12,cfg21]} -> ok;
+ {incl_both2,[cfg11]} -> ok;
_ -> ok
end,
Config.
diff --git a/lib/common_test/test/ct_testspec_3_SUITE_data/tests2/t22_SUITE.erl b/lib/common_test/test/ct_testspec_3_SUITE_data/tests2/t22_SUITE.erl
index 78c5d7ca31..a92018ec70 100644
--- a/lib/common_test/test/ct_testspec_3_SUITE_data/tests2/t22_SUITE.erl
+++ b/lib/common_test/test/ct_testspec_3_SUITE_data/tests2/t22_SUITE.erl
@@ -52,6 +52,10 @@ init_per_suite(Config) ->
{incl_join1,[cfg21,cfg11]} -> ok;
{incl_join1,[cfg12,cfg11,cfg21]} -> ok;
{incl_join2,[cfg21,cfg11,cfg12]} -> ok;
+ {incl_both1,[cfg21]} -> ok;
+ {incl_both1,[cfg12,cfg21]} -> ok;
+ {incl_both2,[cfg11,cfg12,cfg21]} -> ok;
+ {incl_both2,[cfg21]} -> ok;
_ -> ok
end,
Config.