diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-08-07 18:05:19 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-08-07 18:05:19 +0000 |
| commit | 44da29563f7de2df6b5553553ce415cdf753fbfe (patch) | |
| tree | 17c25e749b5f3341ba89a8c8fe79fae9a32a89f2 | |
| parent | 19f801321fc4569354e3bc88d7283975aa4fdd18 (diff) | |
| download | qpid-python-44da29563f7de2df6b5553553ce415cdf753fbfe.tar.gz | |
Added ServerConfigurationFileTest to exclude as this test requires the default server configuration file for validation. Rather than editing the config files that the other profiles use simplist to exclude the test.
This doesn't reduce test coverage as this is testing configuration loading only.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802115 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/test-profiles/08StandaloneExcludes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index e697201bfd..de876e06bb 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -40,3 +40,8 @@ org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* org.apache.qpid.client.SessionCreateTest#* org.apache.qpid.test.client.RollbackOrderTest#* + +// This test requires the standard configuration file for validation. +// Excluding here does not reduce test coverage. +org.apache.qpid.server.configuration.ServerConfigurationFileTest#* + |
