mirror of https://github.com/apache/activemq.git
fixed test case due to openwire version increase
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430742 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb5a3730db
commit
06c560c081
|
@ -262,7 +262,7 @@ public abstract class DataFileGeneratorTestSupport extends TestSupport {
|
||||||
OpenWireFormat wf = new OpenWireFormat();
|
OpenWireFormat wf = new OpenWireFormat();
|
||||||
wf.setCacheEnabled(true);
|
wf.setCacheEnabled(true);
|
||||||
wf.setStackTraceEnabled(false);
|
wf.setStackTraceEnabled(false);
|
||||||
wf.setVersion(1);
|
wf.setVersion(2);
|
||||||
return wf;
|
return wf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue