Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 163636 Details for
Bug 270627
add releng test to run mirroring with skipErrors disabled and parse the output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch to renable test
270627a.txt (text/plain), 1.44 KB, created by
Kim Moir
on 2010-04-01 11:20:20 EDT
(
hide
)
Description:
patch to renable test
Filename:
MIME Type:
Creator:
Kim Moir
Created:
2010-04-01 11:20:20 EDT
Size:
1.44 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.releng.tests >Index: src/org/eclipse/releng/tests/BuildTests.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.tests/src/org/eclipse/releng/tests/BuildTests.java,v >retrieving revision 1.182 >diff -u -r1.182 BuildTests.java >--- src/org/eclipse/releng/tests/BuildTests.java 11 Mar 2010 16:10:11 -0000 1.182 >+++ src/org/eclipse/releng/tests/BuildTests.java 1 Apr 2010 15:19:22 -0000 >@@ -411,7 +411,7 @@ > // results from! > > String javadocUrls = System.getProperty("RELENGTEST.JAVADOC.URLS"); >- // String comparatorUrl = System.getProperty("RELENGTEST.COMPARATOR.URL"); >+ String comparatorUrl = System.getProperty("RELENGTEST.COMPARATOR.URL"); > > if (javadocUrls != null) { > String[] urls = javadocUrls.split(","); >@@ -420,9 +420,9 @@ > javadocLogs[i] = new URL(urls[i]); > } > } >- /* if (comparatorUrl != null) { >+ if (comparatorUrl != null) { > comparatorLogs = new URL(comparatorUrl); >- } */ >+ } > // Runtime Workbench - TODI Put me back to Automated status > // logFileName = "d:\\results"; > // sourceDirectoryName = "d:\\sourceFetch"; >@@ -726,7 +726,7 @@ > } > > >- /* public void testComparatorLogs() { >+ public void testComparatorLogs() { > > String os = System.getProperty("os.name"); > >@@ -795,7 +795,7 @@ > e.printStackTrace(); > } > } >- } */ >+ } > > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270627
:
131663
|
134823
|
151877
|
158315
|
160092
|
161608
|
161764
| 163636