rdonkin 2004/01/15 13:57:18
Modified: betwixt/src/test/org/apache/commons/betwixt/introspection
Tag: REFACTORING-BRANCH_2004-01-13
TestXMLIntrospector.java
Log:
Costmetic tidying.
Revision Changes Path
No revision
No revision
1.10.2.2 +6 -6
jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/introspection/TestXMLIntrospector.java
Index: TestXMLIntrospector.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/introspection/TestXMLIntrospector.java,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -r1.10.2.1 -r1.10.2.2
--- TestXMLIntrospector.java 13 Jan 2004 21:49:46 -0000 1.10.2.1
+++ TestXMLIntrospector.java 15 Jan 2004 21:57:18 -0000 1.10.2.2
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -232,7 +232,7 @@
// might as well give test output
StringWriter out = new StringWriter();
BeanWriter writer = new BeanWriter(out);
- writer.setWriteIDs(false);
+ writer.getBindingConfiguration().setMapIDs(false);
BeanWithBeanInfoBean bean = new BeanWithBeanInfoBean("alpha value","beta
value","gamma value");
writer.write(bean);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]