You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Daniel Kulp <dk...@apache.org> on 2009/09/04 18:20:57 UTC

Re: svn commit: r811466 - /cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.java

Not exactly sure what git-svn  did here.  Two commits were pretty much 
irrelevant.

On Fri September 4 2009 12:19:42 pm dkulp@apache.org wrote:
> Author: dkulp
> Date: Fri Sep  4 16:19:42 2009
> New Revision: 811466
> 
> URL: http://svn.apache.org/viewvc?rev=811466&view=rev
> Log:
> I keep forgetting that I wrote some tests for the Javascript stuff that are
>  stronger than any of the Aegis tests in Aegis.
> 
> Make sure that XML files can partially override actual parameterized types
>  for maps and lists.
> 
> Modified:
>    
>  cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.
> java
> 
> Modified:
>  cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.
> java URL:
>  http://svn.apache.org/viewvc/cxf/trunk/rt/javascript/src/test/java/org/apa
> che/cxf/javascript/AegisTest.java?rev=811466&r1=811465&r2=811466&view=diff
>  ==========================================================================
> ==== ---
>  cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.
> java (original) +++
>  cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.
> java Fri Sep  4 16:19:42 2009 @@ -77,7 +77,6 @@
>          return null;
>      }
> 
> -    @org.junit.Ignore
>      @Test
>      public void callAcceptAny() {
>          testUtilities.runInsideContext(Void.class, new JSRunnable<Void>()
>  { @@ -98,7 +97,6 @@
>          return null;
>      }
> 
> -    @org.junit.Ignore
>      @Test
>      public void callAcceptAnyTyped() {
>          testUtilities.runInsideContext(Void.class, new JSRunnable<Void>()
>  {
> 

-- 
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog

Re: svn commit: r811466 - /cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.java

Posted by Benson Margulies <bi...@gmail.com>.
The order was:

commit 1: ignore

commit 2: changes to aegis to fix problem + un-ignore.

I know I saw those in the commit email.




On Fri, Sep 4, 2009 at 12:20 PM, Daniel Kulp <dk...@apache.org> wrote:

>
> Not exactly sure what git-svn  did here.  Two commits were pretty much
> irrelevant.
>
> On Fri September 4 2009 12:19:42 pm dkulp@apache.org wrote:
> > Author: dkulp
> > Date: Fri Sep  4 16:19:42 2009
> > New Revision: 811466
> >
> > URL: http://svn.apache.org/viewvc?rev=811466&view=rev
> > Log:
> > I keep forgetting that I wrote some tests for the Javascript stuff that
> are
> >  stronger than any of the Aegis tests in Aegis.
> >
> > Make sure that XML files can partially override actual parameterized
> types
> >  for maps and lists.
> >
> > Modified:
> >
> >
>  cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.
> > java
> >
> > Modified:
> >
>  cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.
> > java URL:
> >
> http://svn.apache.org/viewvc/cxf/trunk/rt/javascript/src/test/java/org/apa
> >
> che/cxf/javascript/AegisTest.java?rev=811466&r1=811465&r2=811466&view=diff
> >
>  ==========================================================================
> > ==== ---
> >
>  cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.
> > java (original) +++
> >
>  cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/AegisTest.
> > java Fri Sep  4 16:19:42 2009 @@ -77,7 +77,6 @@
> >          return null;
> >      }
> >
> > -    @org.junit.Ignore
> >      @Test
> >      public void callAcceptAny() {
> >          testUtilities.runInsideContext(Void.class, new
> JSRunnable<Void>()
> >  { @@ -98,7 +97,6 @@
> >          return null;
> >      }
> >
> > -    @org.junit.Ignore
> >      @Test
> >      public void callAcceptAnyTyped() {
> >          testUtilities.runInsideContext(Void.class, new
> JSRunnable<Void>()
> >  {
> >
>
> --
> Daniel Kulp
> dkulp@apache.org
> http://www.dankulp.com/blog
>