Author: snjeza
Date: 2012-02-04 21:38:07 -0500 (Sat, 04 Feb 2012)
New Revision: 38437
Modified:
trunk/central/tests/org.jboss.tools.central.test/src/org/jboss/tools/central/test/CentralTest.java
Log:
JBIDE-10658 find place where description for category should live
Modified:
trunk/central/tests/org.jboss.tools.central.test/src/org/jboss/tools/central/test/CentralTest.java
===================================================================
---
trunk/central/tests/org.jboss.tools.central.test/src/org/jboss/tools/central/test/CentralTest.java 2012-02-05
02:29:38 UTC (rev 38436)
+++
trunk/central/tests/org.jboss.tools.central.test/src/org/jboss/tools/central/test/CentralTest.java 2012-02-05
02:38:07 UTC (rev 38437)
@@ -87,7 +87,7 @@
Job.getJobManager().join(JBossCentralActivator.JBOSS_CENTRAL_FAMILY,
new NullProgressMonitor());
List<FeedsEntry> news = RefreshNewsJob.INSTANCE.getEntries();
- assertTrue("No one news is found", news.size() >= 0);
+ assertTrue("No one news is found", news.size() > 0);
}
@Test