You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/12/29 18:17:27 UTC

svn commit: r729952 - in /james/server/trunk: build-tools/vut-pop3.mpt build-tools/vut.xsl spring-deployment/build.xml

Author: rdonkin
Date: Mon Dec 29 09:17:26 2008
New Revision: 729952

URL: http://svn.apache.org/viewvc?rev=729952&view=rev
Log:
VUT smoke works ok on phoenix

Modified:
    james/server/trunk/build-tools/vut-pop3.mpt
    james/server/trunk/build-tools/vut.xsl
    james/server/trunk/spring-deployment/build.xml

Modified: james/server/trunk/build-tools/vut-pop3.mpt
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/vut-pop3.mpt?rev=729952&r1=729951&r2=729952&view=diff
==============================================================================
--- james/server/trunk/build-tools/vut-pop3.mpt (original)
+++ james/server/trunk/build-tools/vut-pop3.mpt Mon Dec 29 09:17:26 2008
@@ -43,7 +43,7 @@
 S: Simple plain mail content
 S:
 S: .
-C: RETR 1
+C: RETR 2
 S: \+OK Message follows
 S: Message-ID: .*
 S: MIME-Version: 1.0
@@ -53,7 +53,7 @@
 S: Delivered-To: john.smith@localhost
 S: Received: from localhost.*
 S: .*by localhost.*
-S: .*for <jo...@localhost>;
+S: .*for <su...@example.org>;
 S: .*
 S: Date: 13 Dec 2008 GMT
 S: From: <al...@example.org>

Modified: james/server/trunk/build-tools/vut.xsl
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/vut.xsl?rev=729952&r1=729951&r2=729952&view=diff
==============================================================================
--- james/server/trunk/build-tools/vut.xsl (original)
+++ james/server/trunk/build-tools/vut.xsl Mon Dec 29 09:17:26 2008
@@ -20,7 +20,7 @@
     <!-- Enable -->
  	<xsl:template match="config/James/enableVirtualHosting">
 		<xsl:element name='enableVirtualHosting'>
-			<xsl:text>true</xsl:text>
+			<xsl:text>false</xsl:text>
 	    </xsl:element>
 	</xsl:template>
 	<xsl:template match="config/domainlist/domainnames">

Modified: james/server/trunk/spring-deployment/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/build.xml?rev=729952&r1=729951&r2=729952&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/build.xml (original)
+++ james/server/trunk/spring-deployment/build.xml Mon Dec 29 09:17:26 2008
@@ -532,6 +532,18 @@
 		</GenerateEclipseProject>
 	</target>
 
+    <target name='vut-smoke'>
+        <VUTSmoke 
+            build-dir='${build.dir}' 
+            zip='${spring-deployment.dist.bin.zip}' 
+            package='${spring-deployment.artefact.name}'
+            app-path='conf'
+            conf-path='conf'
+            conf-file-name='james-config.xml'
+            cmd='run'
+            log='bin/james.console'/>   
+    </target>     
+    
     <target name='sieve-smoke'>
         <SieveSmoke 
             build-dir='${build.dir}' 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org