summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src/test
diff options
context:
space:
mode:
authorStephen Vinoski <vinoski@apache.org>2006-11-18 03:48:15 +0000
committerStephen Vinoski <vinoski@apache.org>2006-11-18 03:48:15 +0000
commit6f3fbc6e525e9291bb00312f3e32d71c082baf60 (patch)
treedaf4efaa85c4c8c07de6b506b0d9e8adc0c82f94 /qpid/java/systests/src/test
parentdf3dd68224a4703cd03a73cf1bcc3cfcfb3096e2 (diff)
downloadqpid-python-6f3fbc6e525e9291bb00312f3e32d71c082baf60.tar.gz
complete bringing initial maven work to trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@476431 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/src/test')
-rw-r--r--qpid/java/systests/src/test/java/org/apache/qpid/server/protocol/MockIoSession.java13
1 files changed, 9 insertions, 4 deletions
diff --git a/qpid/java/systests/src/test/java/org/apache/qpid/server/protocol/MockIoSession.java b/qpid/java/systests/src/test/java/org/apache/qpid/server/protocol/MockIoSession.java
index 28047832b8..81dea32a76 100644
--- a/qpid/java/systests/src/test/java/org/apache/qpid/server/protocol/MockIoSession.java
+++ b/qpid/java/systests/src/test/java/org/apache/qpid/server/protocol/MockIoSession.java
@@ -7,9 +7,9 @@
* 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
- *
+ *
+ * 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
@@ -52,6 +52,11 @@ public class MockIoSession implements IoSession
return null; //To change body of implemented methods use File | Settings | File Templates.
}
+ public IoServiceConfig getServiceConfig()
+ {
+ return null;
+ }
+
public IoHandler getHandler()
{
return null; //To change body of implemented methods use File | Settings | File Templates.
@@ -244,7 +249,7 @@ public class MockIoSession implements IoSession
return 0; //To change body of implemented methods use File | Settings | File Templates.
}
- public int getScheduledWriteMessages()
+ public int getScheduledWriteRequests()
{
return 0; //To change body of implemented methods use File | Settings | File Templates.
}