Author: clebert.suconic(a)jboss.com
Date: 2011-07-22 17:35:04 -0400 (Fri, 22 Jul 2011)
New Revision: 11036
Modified:
branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/twitter/TwitterTest.java
Log:
ignoring tests case there's no properties set
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:33:12 UTC (rev 11035)
+++
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)
@@ -65,16 +65,6 @@
private static final String TWITTER_ACCESS_TOKEN =
System.getProperty("twitter.accessToken");
private static final String TWITTER_ACCESS_TOKEN_SECRET =
System.getProperty("twitter.accessTokenSecret");
- @Override
- protected void setUp() throws Exception
- {
- if(TWITTER_CONSUMER_KEY == null || TWITTER_CONSUMER_SECRET == null ||
TWITTER_ACCESS_TOKEN == null || TWITTER_ACCESS_TOKEN_SECRET == null)
- {
- throw new Exception("* * * Please set twitter.consumerKey,
twitter.consumerSecret, twitter.accessToken and twitter.accessTokenSecuret in system
property * * *");
- }
- super.setUp();
- }
-
// incoming
Show replies by date