[jira] Updated: (DERBY-919) improve pattern for setting up junit tests

2006-04-11 Thread Andreas Korneliussen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-919?page=all ] Andreas Korneliussen updated DERBY-919: --- Fix Version: 10.2.0.0 Version: 10.2.0.0 improve pattern for setting up junit tests --

Re: [jira] Updated: (DERBY-919) improve pattern for setting up junit tests

2006-03-20 Thread Kristian Waagan
David W. Van Couvering wrote: Hi, Kristian. I am not sure I understand why you don't just use svn diff to build your patch, rather than posting individual source files or zipping/jarring/tarring/whatevering them up. Is there a reason you don't want to use svn diff? It makes it *very* easy

Re: [jira] Updated: (DERBY-919) improve pattern for setting up junit tests

2006-03-17 Thread Kristian Waagan
Myrna van Lunteren wrote: I had just downloaded v1.tar...I normally work on windows, so I have to do some moving around to different machines to get tar files unraveled. Is it bad to ask for a jar in future? Sure, I'll use zip (jar) the next time :) Just to spread the word, tar is easily

Re: [jira] Updated: (DERBY-919) improve pattern for setting up junit tests

2006-03-17 Thread David W. Van Couvering
Hi, Kristian. I am not sure I understand why you don't just use svn diff to build your patch, rather than posting individual source files or zipping/jarring/tarring/whatevering them up. Is there a reason you don't want to use svn diff? It makes it *very* easy to apply, it's a single file,

[jira] Updated: (DERBY-919) improve pattern for setting up junit tests

2006-03-16 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-919?page=all ] Kristian Waagan updated DERBY-919: -- Attachment: BaseJUnitTestClasses-v1.tar Another go at establishing base classes for JUnit tests - 'BaseJUnitTestClasses-v1.tar' (tar contains 4 files,

[jira] Updated: (DERBY-919) improve pattern for setting up junit tests

2006-03-16 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-919?page=all ] Kristian Waagan updated DERBY-919: -- Attachment: BaseJUnitTestClasses-v2.tar Thank you Andreas. See answers for your comments below. 1. I don't think this is necessary. An exception there

Re: [jira] Updated: (DERBY-919) improve pattern for setting up junit tests

2006-03-16 Thread Myrna van Lunteren
I had just downloaded v1.tar...I normally work on windows, so I have to do some moving around to different machines to get tar files unraveled. Is it bad to ask fora jar in future? I want to see if I can use this class to fix DERBY-993, so I'll download v2 and see if I can modify the class to

[jira] Updated: (DERBY-919) improve pattern for setting up junit tests

2006-03-14 Thread Andreas Korneliussen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-919?page=all ] Andreas Korneliussen updated DERBY-919: --- Attachment: JDBCClient.java TestConfiguration.java Just attaching two files which provides: 1. A TestConfiguration 2. A type safe

[jira] Updated: (DERBY-919) improve pattern for setting up junit tests

2006-03-12 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-919?page=all ] Kristian Waagan updated DERBY-919: -- Attachment: BasicDerbyJUnitTest.java BasicDerbyJUnitTestTest.java BasicDerbyJUnitTest.html In my opinion DerbyJUnitTest does

Re: [jira] Updated: (DERBY-919) improve pattern for setting up junit tests

2006-03-12 Thread Myrna van Lunteren
Hi Kristian, I will have a look at this patch, but also, please have a look at the patch I just made for DERBY-949. I changed TestUtil.getConnection() somewhat, hopefully this makes it work better...You don't specify in which way it is broken, so I'm guessing there. Myrna On 3/12/06, Kristian