Re: Where to start with Unit testing

2013-03-12 Thread Willem jiang
+ (Date) item.get("O_DATE") + "'," > + "'-MM-DD')" > + " where order_number = " > + (BigDecimal) item.get("O_NUMBER") > ); > System.out.println("UPDATE DONE**"); > } > } > }); > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Where-to-start-with-Unit-testing-tp5729044.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Where to start with Unit testing

2013-03-12 Thread Baalu
); System.out.println("UPDATE DONE**"); } } }); -- View this message in context: http://camel.465427.n5.nabble.com/Where-to-start-with-Unit-testing-tp5729044.html Sent from the Camel - Users mailing list archive at Nabble.com.