*** empty log message ***
diff --git a/org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder/ClasspathTests.java b/org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder/ClasspathTests.java
index 804d3ff..bb9a07f 100644
--- a/org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder/ClasspathTests.java
+++ b/org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder/ClasspathTests.java
@@ -55,13 +55,13 @@
 		expectingOnlyProblemsFor(new IPath[] {project2Path, project3Path});
 		expectingOnlySpecificProblemsFor(project2Path,
 			new Problem[] {
-				new Problem("", "The project was not built since it is involved in a cycle or has classpath problems.", project2Path),
+				new Problem("", "The project was not built due to classpath errors (incomplete or involved in cycle).", project2Path),
 				new Problem("Build path", "Missing required Java project: CP1.", project2Path)
 			}
 		);
 		expectingOnlySpecificProblemsFor(project3Path,
 			new Problem[] {
-				new Problem("", "The project was not built since it is involved in a cycle or has classpath problems.", project3Path),
+				new Problem("", "The project was not built due to classpath errors (incomplete or involved in cycle).", project3Path),
 				new Problem("Build path", "Missing required library: /CP1/temp.jar.", project3Path)
 			}
 		);
@@ -115,7 +115,7 @@
 		expectingOnlyProblemsFor(project2Path);
 		expectingOnlySpecificProblemsFor(project2Path,
 			new Problem[] {
-				new Problem("", "The project was not built since it is involved in a cycle or has classpath problems.", project2Path),
+				new Problem("", "The project was not built due to classpath errors (incomplete or involved in cycle).", project2Path),
 				new Problem("Build path", "Missing required Java project: MP1.", project2Path)
 			}
 		);