This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 79897 - Failed org.netbeans.core.HttpSettingsTest and org.netbeans.core.NonProxyHostsTest
Summary: Failed org.netbeans.core.HttpSettingsTest and org.netbeans.core.NonProxyHosts...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-07-10 12:49 UTC by Jiri Rechtacek
Modified: 2008-12-22 10:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2006-07-10 12:49:46 UTC
Failed both nonProxyHosts tests:
http://beetle.czech:8080/unittest/Index.jsp?module=core&testcase=notreportedfails
Comment 1 Jiri Rechtacek 2006-07-10 13:39:51 UTC
Checking in core/test/unit/src/org/netbeans/core/HttpSettingsTest.java;
/shared/data/ccvs/repository/core/test/unit/src/org/netbeans/core/HttpSettingsTest.java,v
 <--  HttpSettingsTest.java
new revision: 1.7; previous revision: 1.6
done
Checking in core/test/unit/src/org/netbeans/core/NonProxyHostsTest.java;
/shared/data/ccvs/repository/core/test/unit/src/org/netbeans/core/NonProxyHostsTest.java,v
 <--  NonProxyHostsTest.java
new revision: 1.3; previous revision: 1.2
done
Checking in core/src/org/netbeans/core/IDESettings.java;
/shared/data/ccvs/repository/core/src/org/netbeans/core/IDESettings.java,v  <--
 IDESettings.java
new revision: 1.81; previous revision: 1.80
Comment 2 Jiri Rechtacek 2006-07-14 09:43:54 UTC
Repeatably failed on Windows2003, other platform passes.
Checking in NonProxyHostsTest.java;
/shared/data/ccvs/repository/core/test/unit/src/org/netbeans/core/NonProxyHostsTest.java,v
 <--  NonProxyHostsTest.java
new revision: 1.5; previous revision: 1.4
done
Comment 3 Jiri Rechtacek 2006-07-19 09:17:14 UTC
Caught and fix the reason why the test failed on windows, now should passes on
all platforms.

Checking in NonProxyHostsTest.java;
/shared/data/ccvs/repository/core/test/unit/src/org/netbeans/core/NonProxyHostsTest.java,v
 <--  NonProxyHostsTest.java
new revision: 1.8; previous revision: 1.7
done
Comment 4 Jiri Rechtacek 2007-01-19 10:34:29 UTC
:-( org.netbeans.core.HttpSettingsTest/nonProxyHost is still failing on Windows
platform. Test (more likely then code) must be tuned on windows.
Comment 5 Jiri Rechtacek 2007-08-08 10:56:08 UTC
worksforme since 07/07/01