I believe either Mike's or my solution will work. isRollback() allows you to prevent rollback for the entire test class, whereas setComplete() allows you to prevent rollback in a specific test.
Matt On 1/22/08, Leo Barrientos C. <[EMAIL PROTECTED]> wrote: > Sorry, but .. where i call it? -- on the Test? > > Matt Raible wrote: > > Calling setComplete() is what you're looking for: > > > > http://tinyurl.com/3bsqon > > > > Matt > > > > On Jan 22, 2008, at 9:32 AM, Leo Barrientos C. wrote: > > > >> Hello, i need to perform a test but without the rollback[true] in mvn > >> test, i need to see the row in a database. > >> > >> Any idea? > >> > >> Thanks in advance. > >> > >> > >> -- > >> Leo Barrientos C. > >> Responsable de operaciones - OpenSistemas Madrid. > >> www.opensistemas.com > >> Madrid: 902 10 73 96 > >> Móvil: 662319448 > >> España. > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Leo Barrientos C. > Responsable de operaciones - OpenSistemas Madrid. > www.opensistemas.com > Madrid: 902 10 73 96 > Móvil: 662319448 > España. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
