[hornetq-commits] JBoss hornetq SVN: r11037 - branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/twitter.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 22 20:26:24 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-07-22 20:26:23 -0400 (Fri, 22 Jul 2011)
New Revision: 11037

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/twitter/TwitterTest.java
Log:
duh!

Modified: branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/twitter/TwitterTest.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/twitter/TwitterTest.java	2011-07-22 21:35:04 UTC (rev 11036)
+++ branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/twitter/TwitterTest.java	2011-07-23 00:26:23 UTC (rev 11037)
@@ -73,7 +73,7 @@
    {
       TestSuite suite = new TestSuite(TwitterTest.class.getName() + " testsuite");
 
-      if (AIOSequentialFileFactory.isSupported())
+      if (TWITTER_CONSUMER_KEY != null)
       {
          suite.addTestSuite(TwitterTest.class);
       }



More information about the hornetq-commits mailing list