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 <[email protected]> wrote: > > Not exactly sure what git-svn did here. Two commits were pretty much > irrelevant. > > On Fri September 4 2009 12:19:42 pm [email protected] 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 > [email protected] > http://www.dankulp.com/blog >
