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:
James Strachan 2006-08-11 09:34:11 +00:00
parent fb5a3730db
commit 06c560c081
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public abstract class DataFileGeneratorTestSupport extends TestSupport {
OpenWireFormat wf = new OpenWireFormat();
wf.setCacheEnabled(true);
wf.setStackTraceEnabled(false);
wf.setVersion(1);
wf.setVersion(2);
return wf;
}