You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by "Continuum@vmbuild.apache.org" <co...@hc.apache.org> on 2010/03/05 14:34:17 UTC

[continuum] BUILD FAILURE: HttpComponents - HttpComponents Client -

Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=294391&projectId=353

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Fri 5 Mar 2010 05:32:32 -0800
  Finished at: Fri 5 Mar 2010 05:34:03 -0800
  Total time: 1m 30s
  Build Trigger: Schedule
  Build Number: 185
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.5.0_12"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
          Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)
        
  Builder version :
          Maven version: 2.0.9
          Java version: 1.5.0_12
          OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: olegk @ Fri 5 Mar 2010 04:46:10 -0800
Comment: HTTPCLIENT-923: NetscapeDraftSpec to allow two digit year in the expiry attribute
Files changed:
  /httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/impl/cookie/NetscapeDraftSpec.java ( 919394 )
  /httpcomponents/httpclient/trunk/httpclient/src/test/java/org/apache/http/impl/cookie/TestCookieNetscapeDraft.java ( 919394 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 5
Description: 

****************************************************************************
Test Summary:
****************************************************************************
Tests: 508
Failures: 2
Errors: 0
Success Rate: 99
Total time: 22.275002

****************************************************************************
Test Failures:
****************************************************************************

TestCookieNetscapeDraft
    testNetscapeCookieExpireAttribute :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: expected:<2070> but was:<2069>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:280)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:198)
	at junit.framework.Assert.assertEquals(Assert.java:204)
	at org.apache.http.impl.cookie.TestCookieNetscapeDraft.testNetscapeCookieExpireAttribute(TestCookieNetscapeDraft.java:174)

    testNetscapeCookieExpireAttributeTwoDigitYear :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: expected:<2070> but was:<2069>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:280)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:198)
	at junit.framework.Assert.assertEquals(Assert.java:204)
	at org.apache.http.impl.cookie.TestCookieNetscapeDraft.testNetscapeCookieExpireAttributeTwoDigitYear(TestCookieNetscapeDraft.java:193)