Author: rdonkin
Date: Sun Aug 3 02:46:42 2008
New Revision: 682124
URL: http://svn.apache.org/viewvc?rev=682124&view=rev
Log:
Consistently name tests
Added:
james/server/trunk/experimental-seda-imap-function/src/test/resources/org/apache/james/test/functional/imap/scripts/FetchRFC822Mixed.test
- copied unchanged from r682109,
james/server/trunk/experimental-seda-imap-function/src/test/resources/org/apache/james/test/functional/imap/scripts/FetchRfcMixed.test
Removed:
james/server/trunk/experimental-seda-imap-function/src/test/resources/org/apache/james/test/functional/imap/scripts/FetchRfcMixed.test
Modified:
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/AbstractTestFetch.java
james/server/trunk/phoenix-deployment/src/test/org/apache/james/experimental/imapserver/ExperimentalFetchTest.java
Modified:
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/AbstractTestFetch.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/AbstractTestFetch.java?rev=682124&r1=682123&r2=682124&view=diff
==============================================================================
---
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/AbstractTestFetch.java
(original)
+++
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/AbstractTestFetch.java
Sun Aug 3 02:46:42 2008
@@ -111,4 +111,16 @@
public void testFetchInternalDateKOREA() throws Exception {
scriptTest("FetchInternalDate", Locale.KOREA);
}
+
+ public void testFetchFetchRfcMixedUS() throws Exception {
+ scriptTest("FetchRFC822Mixed", Locale.US);
+ }
+
+ public void testFetchFetchRfcMixedKOREA() throws Exception {
+ scriptTest("FetchRFC822Mixed", Locale.KOREA);
+ }
+
+ public void testFetchFetchRfcMixedITALY() throws Exception {
+ scriptTest("FetchRFC822Mixed", Locale.ITALY);
+ }
}
Modified:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/experimental/imapserver/ExperimentalFetchTest.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/test/org/apache/james/experimental/imapserver/ExperimentalFetchTest.java?rev=682124&r1=682123&r2=682124&view=diff
==============================================================================
---
james/server/trunk/phoenix-deployment/src/test/org/apache/james/experimental/imapserver/ExperimentalFetchTest.java
(original)
+++
james/server/trunk/phoenix-deployment/src/test/org/apache/james/experimental/imapserver/ExperimentalFetchTest.java
Sun Aug 3 02:46:42 2008
@@ -26,5 +26,17 @@
public ExperimentalFetchTest() throws Exception {
super(HostSystemFactory.createStandardImap());
}
+
+ public void testFetchFetchRfcMixedUS() throws Exception {
+ // scriptTest("FetchRFC822Mixed", Locale.US);
+ }
+
+ public void testFetchFetchRfcMixedKOREA() throws Exception {
+ // scriptTest("FetchRFC822Mixed", Locale.KOREA);
+ }
+
+ public void testFetchFetchRfcMixedITALY() throws Exception {
+ // scriptTest("FetchRFC822Mixed", Locale.ITALY);
+ }
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]