Skip to content

Commit

Permalink
[signon-tests] Update test definition creation script
Browse files Browse the repository at this point in the history
Given upstream changes, the test definition creation script had to
be updated in order to produce correct definition xml.
  • Loading branch information
Chris Adams committed Feb 3, 2015
1 parent 642210c commit 45d48e1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions libsignon/tests/create-tests-definition.sh
Expand Up @@ -110,11 +110,6 @@ cat <<END
`generate_test_set libsignon-qt-tests/libsignon-qt-tests \
"SSO API" "Functional" "Component" "single-case,stop-ui"`
`${HAVE_AEGIS} || echo " <!-- AEGIS not available on this platform"`
`generate_test_set libsignon-qt-tests/libsignon-qt-untrusted-tests \
"SSO API" "Security" "Component" "single-case"`
`${HAVE_AEGIS} || echo " -->"`
</suite>
Expand All @@ -128,16 +123,21 @@ cat <<END
<suite name="signond" domain="Accounts and SSO">
`generate_test_set signond-tests/signon-tests \
`generate_test_set signond-tests/tst_database \
"SSO CORE" "FIXME" "FIXME" "single-case"`
</suite>
`generate_test_set signond-tests/tst_pluginproxy \
"SSO CORE" "FIXME" "FIXME" "single-case"`
`generate_test_set signond-tests/tst_timeouts \
"SSO CORE" "FIXME" "FIXME" "single-case"`
<suite name="signon-testpluginproxy" domain="Accounts and SSO">
</suite>
<suite name="signond-extensions" domain"Accounts and SSO">
`generate_test_set pluginproxytest/testpluginproxy \
"FIXME" "FIXME" "FIXME" "single-case"`
`generate_test_set extensions/tst_access_control_manager \
"SSO CORE" "FIXME" "FIXME" "single-case"`
</suite>
Expand Down

0 comments on commit 45d48e1

Please sign in to comment.