reenable tests

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-22 15:37:46 +00:00
parent 8c3bbcc397
commit 67a2c243fb
2 changed files with 2 additions and 4 deletions

View File

@ -3,8 +3,8 @@ it0034
it0033
it0032
it0031
#it0030
#it0029
it0030
it0029
it0028
it0027
it0026

View File

@ -6,8 +6,6 @@ public class Person
public void setName( String newName )
{
assert true;
this.name = newName;
}