Janne, can you take this patch in:
### Eclipse Workspace Patch 1.0
#P priha
Index: src/java/org/priha/core/values/CalendarValueImpl.java
===================================================================
--- src/java/org/priha/core/values/CalendarValueImpl.java (revision 1080)
+++ src/java/org/priha/core/values/CalendarValueImpl.java (working copy)
@@ -36,7 +36,7 @@
private static ThreadLocal<SimpleDateFormat> c_isoFormat = new
ThreadLocal<SimpleDateFormat>() {
protected synchronized SimpleDateFormat initialValue()
{
- return new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'");
+ return new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
}
};
regards,
Harry
2009/8/18 Janne Jalkanen <[email protected]>
> cool, nice work :-) Do you know by chance on how many Jackrabbit fails
>> at the moment? AFAIR there are/were some, too.
>>
>
>
> Jackrabbit passes everything... They are the RI, after all :-).
>
> (Down to 14...)
>
> /Janne
>