You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/11/22 10:29:55 UTC

svn commit: r478099 - /directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java

Author: ersiner
Date: Wed Nov 22 01:29:55 2006
New Revision: 478099

URL: http://svn.apache.org/viewvc?view=rev&rev=478099
Log:
Added one test method to make maven happy. The main test was commented out.

Modified:
    directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java

Modified: directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java?view=diff&rev=478099&r1=478098&r2=478099
==============================================================================
--- directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java (original)
+++ directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java Wed Nov 22 01:29:55 2006
@@ -115,6 +115,15 @@
 
 
     /*
+     * Remove this test when you fix DIRSERVER-784 and activate the following test.
+     */
+    public void testEmpty()
+    {
+        assertTrue( true );
+    }
+
+
+    /*
      * FIXME: The following test fails.
      */
 



Re: svn commit: r478099 - /directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java

Posted by Ersin Er <er...@gmail.com>.
Are you sure that you have svn upped after this commit? Because maven
needs at least one test method in a test class. This was the reason I
added that method. And it was actually to make integration tests pass.

Don't worry, be happy..

On 11/25/06, Emmanuel Lecharny <el...@gmail.com> wrote:
> Ersin,
>
>  while modifying this test, you have made Maven happy, but you have made me
> unhappy ;)
>
>  If you launch mvn install, everything is fine
>  If you launch mvn -Dintegration test, then maven - and I - is not so happy
> :(
>
>  Sorry that you have to try again to make maven more happy :)
>
>  Emmanuel
>
>
> On 11/22/06, ersiner@apache.org <er...@apache.org> wrote:
> > Author: ersiner
> > Date: Wed Nov 22 01:29:55 2006
> > New Revision: 478099
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=478099
> > Log:
> > Added one test method to make maven happy. The main test was commented
> out.
> >
> > Modified:
> >
> directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
> >
> > Modified:
> directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
> > URL:
> http://svn.apache.org/viewvc/directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java?view=diff&rev=478099&r1=478098&r2=478099
> >
> ==============================================================================
> > ---
> directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
> (original)
> > +++
> directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
> Wed Nov 22 01:29:55 2006
> > @@ -115,6 +115,15 @@
> >
> >
> >      /*
> > +     * Remove this test when you fix DIRSERVER-784 and activate the
> following test.
> > +     */
> > +    public void testEmpty()
> > +    {
> > +        assertTrue( true );
> > +    }
> > +
> > +
> > +    /*
> >       * FIXME: The following test fails.
> >       */
> >
> >
> >
> >
>
>
>
> --
> Cordialement,
> Emmanuel Lécharny


-- 
Ersin

Re: svn commit: r478099 - /directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java

Posted by Emmanuel Lecharny <el...@gmail.com>.
 <http://artima.com/>Ersin,

while modifying this test, you have made Maven happy, but you have made me
unhappy ;)

If you launch mvn install, everything is fine
If you launch mvn -Dintegration test, then maven - and I - is not so happy
:(

Sorry that you have to try again to make maven more happy :)

Emmanuel

On 11/22/06, ersiner@apache.org <er...@apache.org> wrote:
>
> Author: ersiner
> Date: Wed Nov 22 01:29:55 2006
> New Revision: 478099
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=478099
> Log:
> Added one test method to make maven happy. The main test was commented
> out.
>
> Modified:
>
>     directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
>
> Modified:
> directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
> URL:
> http://svn.apache.org/viewvc/directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java?view=diff&rev=478099&r1=478098&r2=478099
>
> ==============================================================================
> ---
> directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
> (original)
> +++
> directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
> Wed Nov 22 01:29:55 2006
> @@ -115,6 +115,15 @@
>
>
>      /*
> +     * Remove this test when you fix DIRSERVER-784 and activate the
> following test.
> +     */
> +    public void testEmpty()
> +    {
> +        assertTrue( true );
> +    }
> +
> +
> +    /*
>       * FIXME: The following test fails.
>       */
>
>
>
>


-- 
Cordialement,
Emmanuel Lécharny

Re: svn commit: r478099 - /directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java

Posted by Emmanuel Lecharny <el...@gmail.com>.
 <http://artima.com/>Ersin,

while modifying this test, you have made Maven happy, but you have made me
unhappy ;)

If you launch mvn install, everything is fine
If you launch mvn -Dintegration test, then maven - and I - is not so happy
:(

Sorry that you have to try again to make maven more happy :)

Emmanuel

On 11/22/06, ersiner@apache.org <er...@apache.org> wrote:
>
> Author: ersiner
> Date: Wed Nov 22 01:29:55 2006
> New Revision: 478099
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=478099
> Log:
> Added one test method to make maven happy. The main test was commented
> out.
>
> Modified:
>
>     directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
>
> Modified:
> directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
> URL:
> http://svn.apache.org/viewvc/directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java?view=diff&rev=478099&r1=478098&r2=478099
>
> ==============================================================================
> ---
> directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
> (original)
> +++
> directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
> Wed Nov 22 01:29:55 2006
> @@ -115,6 +115,15 @@
>
>
>      /*
> +     * Remove this test when you fix DIRSERVER-784 and activate the
> following test.
> +     */
> +    public void testEmpty()
> +    {
> +        assertTrue( true );
> +    }
> +
> +
> +    /*
>       * FIXME: The following test fails.
>       */
>
>
>
>


-- 
Cordialement,
Emmanuel Lécharny