It's just the normal "maven test" inside one of the providers that
implements them, eg SVN. So you'll want to implement them in the same
way it does.
- Brett
On 05/09/2006, at 11:11 PM, Peter Ineson wrote:
Can anyone tell me how to run the TCK tests? I am guessing it is a
maven goal, but which I do not know.
Cheers
Peter Ineson
Web: http://home.people.net.au/~peter_ineson/
----- Original Message ----- From: "Peter Ineson"
<[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, August 30, 2006 8:22 PM
Subject: Re: Serena/PVCS support
Hi,
I am looking at the TCK at the moment and I do have a simple
question. How do you run the TCK for a specific provider and is
there any configuration required?
Cheers
Peter Ineson
Web: http://home.people.net.au/~peter_ineson/
----- Original Message ----- From: "Emmanuel Venisse"
<[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, August 18, 2006 10:22 PM
Subject: Re: Serena/PVCS support
Peter Ineson a écrit :
Well, I have made a start, I rekon by the end of next week I
should have completed basic checkout functionality. How do I go
about getting the code checked in? Pass the code on to someone
in the project team for review and checkin, or do I need to get
a developer access to svn?
You just need to attach your patch to an issue (http://
jira.codehaus.org/browse/SCM), and we'll review it.
You must respect our code style (http://maven.apache.org/guides/
development/guide-m2-development.html)
Each part must be tested with junit tests, and it would be great
to implement the TCK too.
Another question, which version of Java is being used to build
with? I was thinking of using assertions and possibly enum's if
possible.
1.4
Emmanuel