This commit is contained in:
Timo Westkämper 2011-04-26 06:36:31 +00:00
parent c194fdaed1
commit da52e6ab00

View File

@ -6,9 +6,9 @@ import org.junit.{ Test, Before, After, Ignore };
import org.junit.Assert._;
class PlanetTest {
@Ignore
@Test
@Ignore
def Enum_valueOf {
assertEquals(Planet.MERCURY, Enum.valueOf(classOf[Planet], "MERCURY"))
assertEquals(Planet.VENUS, Enum.valueOf(classOf[Planet], "VENUS"))