o remove comment only relevant for the project builder version of this test

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@780179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-05-30 05:26:12 +00:00
parent ac9e467999
commit 4ce879db0a
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ public void testSystemScopeDependencyIsPresentInTheCompileClasspathElements()
resolver.resolve( project, Artifact.SCOPE_COMPILE, getLocalRepository(), getRemoteRepositories() );
// Here we will actually not have any artifacts because the ProjectDependenciesResolver is not involved here. So
// right now it's not valid to ask for artifacts unless plugins require the artifacts.
List<String> elements = project.getCompileClasspathElements();
assertEquals( 2, elements.size() );