2012/2/26 Chris Graham <chrisgw...@gmail.com>: > Hi All. > > I've almost finished all of the work to fully implement the > maven-scm-provider-jazz. > > Just the update (doable) and the changelog (at least three different > calls to implement, but doable). > > I've JUnit tested most, if not all of what I can. > > So, it's now time to look at the TCK tests. > > Jazz requires a functioning server to communicate with to do anything. > > So, there is no ability to create workspaces or repos (like > svnadmin/git init can). > > So, is it feasable to create TCK tests? Sure most of use don't want to install jazz locally :-). Just add those TCK tests will run with a separate profile (tck-jazz) not activated by default. By default surefire is configured to excluded by default <exclude>**/*TckTest.java</exclude>. have a look at svn git providers to see how it's activated. > > That aside, are we testing the scm:xxx commands, or the underlying > native commands being called? IMHO scm api commands is enough. > > -Chris > > Sent from my iPhone > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org >
-- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org