I'm working on trying to get things building/passing with the IBM JDK again.  
(mostly to attempt to get the  Progress AIX builds to actually succeed)

I'm getting this failure in JAX-RS:

testSchemeHostPortQueryFragment(org.apache.cxf.jaxrs.impl.UriBuilderImplTest)  
Time elapsed: 0.003 sec  <<< FAILURE!                       
java.lang.AssertionError: URI is not built correctly 
expected:<http://foo:1234/bar?n2=v2&n1=v1#fragment> but 
was:<http://foo:1234/bar?n1=v1&n2=v2#fragment>

Does the order of the params in there matter?  Is this a legitimate test 
failure or is the assertion invalid?


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

Reply via email to