Fixing r553253 merge.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@554098 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Hobson 2007-07-07 00:38:10 +00:00
parent 947d587899
commit 407dd26f32
1 changed files with 2 additions and 2 deletions

View File

@ -671,9 +671,9 @@ public class DefaultArtifactCollectorTest
public void testSnapshotNotIncluded()
throws ArtifactResolutionException, InvalidVersionSpecificationException
{
ArtifactSpec a = createArtifact( "a", "1.0" );
ArtifactSpec a = createArtifactSpec( "a", "1.0" );
a.addDependency( "b", "[1.0,)" );
createArtifact( "b", "1.0-SNAPSHOT" );
createArtifactSpec( "b", "1.0-SNAPSHOT" );
try
{