From 592bc69e4e0a9e2ede27f1fc63a2e4e7b348b114 Mon Sep 17 00:00:00 2001 From: Jonathan Leibiusky Date: Wed, 22 Sep 2010 11:08:03 -0300 Subject: [PATCH] Removed ignore attribute --- .../redis/clients/jedis/tests/JedisNewCommandsCheckTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/redis/clients/jedis/tests/JedisNewCommandsCheckTest.java b/src/test/java/redis/clients/jedis/tests/JedisNewCommandsCheckTest.java index 509c5c2..503603d 100644 --- a/src/test/java/redis/clients/jedis/tests/JedisNewCommandsCheckTest.java +++ b/src/test/java/redis/clients/jedis/tests/JedisNewCommandsCheckTest.java @@ -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 implementedCommands = getImplementedCommands();