Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6623830
Votes 0
Synopsis SCCS cleanup has broken two regression tests.
Category java:classes_net
Reported Against
Release Fixed 7(b25)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 30-OCT-2007
Description
Following the SCCS keyword cleanup, the following networking cache tests are now failing.

test/java/net/ResponseCache/ResponseCacheTest.java
test/closed/sun/security/ssl/java/net/ResponseCache/SecureResponseCacheTest.java

Both of these tests depend on "golden" sources in the test directory.  The keywords were removed from the source, but not the cache entry.

The easiest way to fix this is to expand the keywords in the original files, and then check them back into the source.  For the first test:

test/java/net/ResponseCache/ResponseCacheTest.java

Replace:

    /* @test

with:

    /* @test @(#)file2.1    1.1 03/08/09

This should be putback as soon as we get the mercurial workspaces in place.
Posted Date : 2007-10-30 20:48:16.0
Work Around
N/A
Evaluation
I have done the suggested fix.  If someone feels they want to update the cached file to also no longer contain the expanded keywords, then I will step back and let them fix as they feel appropriate.  But this is only comparing a received file with an expected file, so I don't feel the content really matters.

I want to get my nightlies updated so they're not throwing incorrect errors.
Posted Date : 2008-02-12 20:52:14.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang