mirror of https://github.com/apache/maven.git
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:
parent
8c3bbcc397
commit
67a2c243fb
|
@ -3,8 +3,8 @@ it0034
|
|||
it0033
|
||||
it0032
|
||||
it0031
|
||||
#it0030
|
||||
#it0029
|
||||
it0030
|
||||
it0029
|
||||
it0028
|
||||
it0027
|
||||
it0026
|
||||
|
|
|
@ -6,8 +6,6 @@ public class Person
|
|||
|
||||
public void setName( String newName )
|
||||
{
|
||||
assert true;
|
||||
|
||||
this.name = newName;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue