Author: matthieu
Date: Mon Nov 2 13:49:26 2015
New Revision: 1711997
URL: http://svn.apache.org/viewvc?rev=1711997&view=rev
Log:
JAMES-1595 Enable tests fixed by previous commit
Modified:
james/project/trunk/server/data/data-library/src/test/resources/cucumber/rewrite_tables.feature
Modified:
james/project/trunk/server/data/data-library/src/test/resources/cucumber/rewrite_tables.feature
URL:
http://svn.apache.org/viewvc/james/project/trunk/server/data/data-library/src/test/resources/cucumber/rewrite_tables.feature?rev=1711997&r1=1711996&r2=1711997&view=diff
==============================================================================
---
james/project/trunk/server/data/data-library/src/test/resources/cucumber/rewrite_tables.feature
(original)
+++
james/project/trunk/server/data/data-library/src/test/resources/cucumber/rewrite_tables.feature
Mon Nov 2 13:49:26 2015
@@ -57,7 +57,6 @@ Feature: Rewrite Tables tests
Given store "bounce!" error mapping for user "test" at domain "localhost"
Then retrieving mappings for user "test" at domain "localhost" should
raise a "ErrorMappingException" exception with message "bounce!"
-# Bad messsage: "bounce!;test@localhost2" instead of "bounce!"
Scenario: stored error mapping should be retrieved when two mappings matching
Given store "bounce!" error mapping for user "test" at domain "localhost"
And store "error" error mapping for user "test" at domain "localhost"
@@ -73,15 +72,11 @@ Feature: Rewrite Tables tests
When user "test" at domain "localhost" removes a error mapping "bounce!"
Then mappings for user "test" at domain "localhost" should be empty
-# Should fail, but not currently
- @ignore
Scenario: an exception should be thrown when an error mapping is not the
first stored
Given store "test@localhost2" address mapping for user "test" at domain
"localhost"
And store "bounce!" error mapping for user "test" at domain "localhost"
Then retrieving mappings for user "test" at domain "localhost" should
raise a "ErrorMappingException" exception with message "bounce!"
-# Bad messsage: "bounce!;test@localhost2" instead of "bounce!"
- @ignore
Scenario: an exception should be thrown when an error mapping is the first
stored
Given store "bounce!" error mapping for user "test" at domain "localhost"
And store "test@localhost2" address mapping for user "test" at domain
"localhost"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]