Removed ignore attribute

This commit is contained in:
Jonathan Leibiusky
2010-09-22 11:08:03 -03:00
parent 86ae05f158
commit 592bc69e4e

View File

@@ -20,7 +20,6 @@ import redis.clients.jedis.Transaction;
public class JedisNewCommandsCheckTest extends Assert {
@Test
@Ignore(value = "Ignored because still missing information for DEBUG and LINSERT commands")
public void checkJedisIsUpdated() throws IOException {
String[] commands = getAvailableCommands();
Set<String> implementedCommands = getImplementedCommands();