Author: clebert.suconic(a)jboss.com
Date: 2011-07-24 00:22:56 -0400 (Sun, 24 Jul 2011)
New Revision: 11038
Modified:
branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/twitter/TwitterTest.java
Log:
tweak
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-23
00:26:23 UTC (rev 11037)
+++
branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/twitter/TwitterTest.java 2011-07-24
04:22:56 UTC (rev 11038)
@@ -67,13 +67,18 @@
// incoming
+ public void setUp() throws Exception
+ {
+ super.setUp();
+ }
+
public static TestSuite suite()
{
TestSuite suite = new TestSuite(TwitterTest.class.getName() + "
testsuite");
- if (TWITTER_CONSUMER_KEY != null)
+ if (TWITTER_CONSUMER_KEY != null &&
!TWITTER_CONSUMER_KEY.equals("null"))
{
suite.addTestSuite(TwitterTest.class);
}
Show replies by date