Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 270627 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/releng/tests/BuildTests.java (-4 / +4 lines)
Lines 420-428 Link Here
420
				javadocLogs[i] = new URL(urls[i]);
420
				javadocLogs[i] = new URL(urls[i]);
421
			}
421
			}
422
		}
422
		}
423
		if (comparatorUrl != null) {
423
	/*	if (comparatorUrl != null) {
424
				comparatorLogs = new URL(comparatorUrl);
424
				comparatorLogs = new URL(comparatorUrl);
425
		}
425
		} */
426
		// Runtime Workbench - TODI Put me back to Automated status
426
		// Runtime Workbench - TODI Put me back to Automated status
427
		// logFileName = "d:\\results";
427
		// logFileName = "d:\\results";
428
		// sourceDirectoryName = "d:\\sourceFetch";
428
		// sourceDirectoryName = "d:\\sourceFetch";
Lines 726-732 Link Here
726
	} 
726
	} 
727
 
727
 
728
	
728
	
729
	public void testComparatorLogs() {
729
 /*	public void testComparatorLogs() {
730
		
730
		
731
		String os = System.getProperty("os.name");
731
		String os = System.getProperty("os.name");
732
		
732
		
Lines 795-801 Link Here
795
					e.printStackTrace();
795
					e.printStackTrace();
796
				}
796
				}
797
			}		
797
			}		
798
	}
798
	} */
799
799
800
	
800
	
801
	
801
	

Return to bug 270627