Author: norman
Date: Mon Mar 15 08:26:12 2010
New Revision: 923111
URL: http://svn.apache.org/viewvc?rev=923111&view=rev
Log:
First tests for JCR IMAP (IMAP-93)
Added:
james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jcr/ListingTest.java
Modified:
james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jcr/JCRHostSystem.java
Modified:
james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jcr/JCRHostSystem.java
URL:
http://svn.apache.org/viewvc/james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jcr/JCRHostSystem.java?rev=923111&r1=923110&r2=923111&view=diff
==============================================================================
---
james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jcr/JCRHostSystem.java
(original)
+++
james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jcr/JCRHostSystem.java
Mon Mar 15 08:26:12 2010
@@ -111,7 +111,6 @@ public class JCRHostSystem extends ImapH
protected void stop() throws Exception {
//repository.shutdown();
- System.out.println("HERE");
}
Added:
james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jcr/ListingTest.java
URL:
http://svn.apache.org/viewvc/james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jcr/ListingTest.java?rev=923111&view=auto
==============================================================================
---
james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jcr/ListingTest.java
(added)
+++
james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jcr/ListingTest.java
Mon Mar 15 08:26:12 2010
@@ -0,0 +1,28 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one *
+ * or more contributor license agreements. See the NOTICE file *
+ * distributed with this work for additional information *
+ * regarding copyright ownership. The ASF licenses this file *
+ * to you under the Apache License, Version 2.0 (the *
+ * "License"); you may not use this file except in compliance *
+ * with the License. You may obtain a copy of the License at *
+ * *
+ * http://www.apache.org/licenses/LICENSE-2.0 *
+ * *
+ * Unless required by applicable law or agreed to in writing, *
+ * software distributed under the License is distributed on an *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY *
+ * KIND, either express or implied. See the License for the *
+ * specific language governing permissions and limitations *
+ * under the License. *
+ ****************************************************************/
+package org.apache.james.imap.functional.jcr;
+
+import org.apache.james.imap.functional.suite.Listing;
+
+public class ListingTest extends Listing{
+
+ public ListingTest() throws Exception {
+ super(JCRHostSystem.build());
+ }
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]