The project Apache Abdera - Trunk has the following 2 changes by 1 author:
*calavera* made the following changes at
Comment:
fixes ABDERA-191: Intermittent zero-length response when retrieving Service
Document. Thanks to James Abley.
-Esta línea y las que están debajo serán ignoradas--
M StaxStreamWriter.java
> /incubator/abdera/java/trunk/parser/src/main/java/org/apache/abdera/parser/stax/StaxStreamWriter.java
> (696673)
*calavera* made the following changes at
Comment:
fixes ABDERA-199: AtomDate does not check for Date Constructs having T & Z
separations between Date and Time. Thanks to Amit Surana.
Test1:
Input: AtomDate.parse("2008-09-08A20:00:00Z+05:30")
Output: Exception
Test2:
Input: AtomDate.parse("2008-09-08T20:00:00X+05:30")
Output: Exception
Test3:
Input: AtomDate.parse("2008-09-08T20:00:00Z+05:30")
Output: Mon Sep 08 20:00:00 IST 2008 //EXPECTED OUTCOME
> /incubator/abdera/java/trunk/core/src/main/java/org/apache/abdera/model/AtomDate.java
> (696802)
---------------------------------------------------------------------------------------
The build has 8 failed tests and 438 successful tests.
Click http://bamboo.muleforge.org/browse/APACHEABDERA-TRUNK-226 to find out
more.
Thanks,
Bamboo