PageRenderTime 18ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/tst/org/diffkit/diff/testcase/test15.plan.xml

http://diffkit.googlecode.com/
XML | 21 lines | 18 code | 3 blank | 0 comment | 0 complexity | b432cc5b11f690923d407e778aa423ae MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://www.springframework.org/schema/beans
  5. http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
  6. <bean id="plan" class="org.diffkit.diff.conf.DKMagicPlan">
  7. <property name="lhsDBTableName" value="TEST15_LHS_TABLE" />
  8. <property name="rhsDBTableName" value="TEST15_RHS_TABLE" />
  9. <property name="numberTolerance" value="2" />
  10. <property name="toleranceMap">
  11. <map>
  12. <entry key="4" value="COLUMN3,COLUMN4" />
  13. </map>
  14. </property>
  15. <property name="dbConnectionInfo" ref="connectionInfo" />
  16. <property name="sinkFilePath" value="./test15.sink.diff" />
  17. </bean>
  18. </beans>