Author: rdonkin
Date: Sun Dec 14 00:38:20 2008
New Revision: 726391
URL: http://svn.apache.org/viewvc?rev=726391&view=rev
Log:
Fixed message typo
Modified:
james/server/trunk/build-tools/smoke.xml
james/server/trunk/remotemanager-function/src/main/java/org/apache/james/remotemanager/RemoteManagerHandler.java
Modified: james/server/trunk/build-tools/smoke.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/build-tools/smoke.xml?rev=726391&r1=726390&r2=726391&view=diff
==============================================================================
--- james/server/trunk/build-tools/smoke.xml (original)
+++ james/server/trunk/build-tools/smoke.xml Sun Dec 14 00:38:20 2008
@@ -64,7 +64,7 @@
C: removemapping john.sm...@localhost [email protected]
S: .*
C: addmapping john.sm...@localhost [email protected]
-S: Adding mapping successfull: true
+S: Adding mapping successful: true
</addUser>
</mpt:mpt>
</sequential>
Modified:
james/server/trunk/remotemanager-function/src/main/java/org/apache/james/remotemanager/RemoteManagerHandler.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/remotemanager-function/src/main/java/org/apache/james/remotemanager/RemoteManagerHandler.java?rev=726391&r1=726390&r2=726391&view=diff
==============================================================================
---
james/server/trunk/remotemanager-function/src/main/java/org/apache/james/remotemanager/RemoteManagerHandler.java
(original)
+++
james/server/trunk/remotemanager-function/src/main/java/org/apache/james/remotemanager/RemoteManagerHandler.java
Sun Dec 14 00:38:20 2008
@@ -1487,7 +1487,7 @@
return true;
}
try {
- helper.getOutputWriter().println("Adding mapping successfull: " +
mappingAction(args,ADD_MAPPING_ACTION));
+ helper.getOutputWriter().println("Adding mapping successful: " +
mappingAction(args,ADD_MAPPING_ACTION));
helper.getOutputWriter().flush();
} catch (VirtualUserTableManagementException e) {
helper.getAvalonLogger().error("Error on adding mapping: " + e);
@@ -1513,7 +1513,7 @@
return true;
}
try {
- helper.getOutputWriter().println("Removing mapping successfull: "
+ mappingAction(args,REMOVE_MAPPING_ACTION));
+ helper.getOutputWriter().println("Removing mapping successful: " +
mappingAction(args,REMOVE_MAPPING_ACTION));
helper.getOutputWriter().flush();
} catch (VirtualUserTableManagementException e) {
helper.getAvalonLogger().error("Error on removing mapping: " + e);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]