Author: rdonkin
Date: Tue Dec 2 14:32:52 2008
New Revision: 722644
URL: http://svn.apache.org/viewvc?rev=722644&view=rev
Log:
Very basic test for POP3
Added:
james/server/trunk/build-tools/pop3.mpt
Modified:
james/server/trunk/build-tools/smoke.xml
Added: james/server/trunk/build-tools/pop3.mpt
URL:
http://svn.apache.org/viewvc/james/server/trunk/build-tools/pop3.mpt?rev=722644&view=auto
==============================================================================
--- james/server/trunk/build-tools/pop3.mpt (added)
+++ james/server/trunk/build-tools/pop3.mpt Tue Dec 2 14:32:52 2008
@@ -0,0 +1,21 @@
+################################################################
+# 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. #
+################################################################
+S: \+OK localhost. POP3 server \(JAMES POP3 Server .*
+C: QUIT
+S: \+OK Apache James POP3 Server signing off.
\ No newline at end of file
Modified: james/server/trunk/build-tools/smoke.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/build-tools/smoke.xml?rev=722644&r1=722643&r2=722644&view=diff
==============================================================================
--- james/server/trunk/build-tools/smoke.xml (original)
+++ james/server/trunk/build-tools/smoke.xml Tue Dec 2 14:32:52 2008
@@ -61,7 +61,8 @@
</taskdef>
<TestProtocol port='10043' name='imap'/>
- <TestProtocol port='10025' name='smtp'/>
+ <TestProtocol port='10025' name='smtp'/>
+ <TestProtocol port='10110' name='pop3'/>
</sequential>
</macrodef>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]