[ http://jira.codehaus.org/browse/MCHANGELOG-36?page=comments#action_65936 
] 

Carlos Sanchez commented on MCHANGELOG-36:
------------------------------------------

I get also an error

-------------------------------------------------------------------------------
Test set: org.apache.maven.changelog.ChangeLogTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec <<< 
FAILURE!
testReadFile(org.apache.maven.changelog.ChangeLogTest)  Time elapsed: 0.015 sec 
 <<< FAILURE!
junit.framework.AssertionFailedError: Test changelog 1 set 1 date/time 
expected:<239635800000> but was:<239747400000>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:282)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:136)
        at 
org.apache.maven.changelog.ChangeLogTest.testReadFile(ChangeLogTest.java:50)



> Tests fail on build
> -------------------
>
>          Key: MCHANGELOG-36
>          URL: http://jira.codehaus.org/browse/MCHANGELOG-36
>      Project: Maven 2.x Changelog Plugin
>         Type: Bug

>     Versions: 2.0
>  Environment: osx 10.4.6, java 1.4.2_06
>     Reporter: Julian Wood
>     Assignee: Edwin Punzalan
>      Fix For: 2.0
>  Attachments: MCHANGELOG-36.patch
>
>
> The date test assertions all fail:
> junit.framework.AssertionFailedError: Test changelog 1 set 1 date/time 
> expected:<239635800000> but was:< 239715000000 >
>       at 
> org.apache.maven.changelog.ChangeLogTest.testReadFile(ChangeLogTest.java:50)
>         assertEquals( "Test changelog 1 set 1 date/time", 239635800000L, 
> changeSet.getDate().getTime() );
> They just have the wrong date, and they are offset by the timezone ( 7 hours, 
> in my case - I'm MST -0700)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to