moving tests to CE

This commit is contained in:
Dmitry Jemerov
2009-09-25 20:54:27 +04:00
parent b7929673b6
commit 2912d6965b
7 changed files with 8 additions and 2 deletions
@@ -0,0 +1,5 @@
class A {
public boolean equals(final Object o) {
return this == o;
}
}