File tree Expand file tree Collapse file tree
build/org.eclipse.pde.build.tests
src/org/eclipse/pde/build/internal/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 132132 <id >org.eclipse.tips.feature</id >
133133 <feature >true</feature >
134134 </iu >
135+ <iu >
136+ <id >org.eclipse.equinox.executable</id >
137+ <feature >true</feature >
138+ </iu >
135139 <iu >
136140 <id >org.eclipse.test</id >
137141 <feature >true</feature >
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public void testBug179612_default() throws Exception {
8181
8282 runBuild (buildFolder );
8383
84- assertResourceFile (buildFolder , "I.TestBuild/sdk-TestBuild.zip " );
84+ assertResourceFile (buildFolder , "I.TestBuild/sdk-TestBuild.zip2 " );
8585 assertResourceFile (buildFolder , "I.TestBuild/sdk-TestBuild-linux.gtk.x86_64.zip" );
8686 assertResourceFile (buildFolder , "I.TestBuild/sdk-TestBuild-win32.win32.x86_64.zip" );
8787 }
Original file line number Diff line number Diff line change 1313 *******************************************************************************/
1414package org .eclipse .pde .build .internal .tests ;
1515
16- import static org .junit .Assume . assumeTrue ;
16+ import static org .junit .Assert . assertTrue ;
1717
1818import java .io .BufferedInputStream ;
1919import java .io .BufferedOutputStream ;
@@ -393,7 +393,7 @@ public static File findExecutable() throws IOException {
393393 }
394394 File fallback = new File (baseLocation .getParent (), "deltapack/eclipse" );
395395 executableLocation = findExecutable (fallback );
396- assumeTrue ("All attempts to find the executable failed including fallback to " + fallback .getAbsolutePath (),
396+ assertTrue ("All attempts to find the executable failed including fallback to " + fallback .getAbsolutePath (),
397397 executableLocation != null );
398398 return executableLocation ;
399399 }
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public void testLicenseFeatureOldP2() throws Exception {
9999 "eclipse/features/F1_1.0.0/feature.properties" , actualPropertiesFile );
100100 Properties actualProperties = Utils .loadProperties (actualPropertiesFile );
101101
102- assertEquals ("Result feature.properties has incorrect number of properties" , originalProperties .size () + 2 ,
102+ assertEquals ("Result feature.properties has incorrect number of properties" , originalProperties .size () + 3 ,
103103 actualProperties .size ());
104104
105105 Enumeration <Object > keys = originalProperties .keys ();
You can’t perform that action at this time.
0 commit comments