You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2013/10/07 05:39:43 UTC

svn commit: r1529734 - /ant/antlibs/compress/trunk/src/tests/antunit/arjentry-test.xml

Author: bodewig
Date: Mon Oct  7 03:39:43 2013
New Revision: 1529734

URL: http://svn.apache.org/r1529734
Log:
Unix version of last modifed time knows its timezone

Modified:
    ant/antlibs/compress/trunk/src/tests/antunit/arjentry-test.xml

Modified: ant/antlibs/compress/trunk/src/tests/antunit/arjentry-test.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/src/tests/antunit/arjentry-test.xml?rev=1529734&r1=1529733&r2=1529734&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/src/tests/antunit/arjentry-test.xml (original)
+++ ant/antlibs/compress/trunk/src/tests/antunit/arjentry-test.xml Mon Oct  7 03:39:43 2013
@@ -57,8 +57,8 @@
       </cmp:hasmode>
     </au:assertTrue>
     <au:assertTrue>
-      <cond:islastmodified datetime="2001-11-19-15:34:20"
-                           pattern="yyyy-MM-dd-HH:mm:ss">
+      <cond:islastmodified datetime="2001-11-19-15:34:20 Z"
+                           pattern="yyyy-MM-dd-HH:mm:ss +0100">
         <cmp:arjentry name="asf-logo.gif">
           <file file="../resources/asf-logo.gif.unix.arj"/>
         </cmp:arjentry>