Author: dazarov
Date: 2007-09-11 13:52:25 -0400 (Tue, 11 Sep 2007)
New Revision: 3572
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/view/SeamComponentsViewTest.java
Log:
http://jira.jboss.com/jira/browse/EXIN-337
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/view/SeamComponentsViewTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/view/SeamComponentsViewTest.java 2007-09-11
17:49:50 UTC (rev 3571)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/view/SeamComponentsViewTest.java 2007-09-11
17:52:25 UTC (rev 3572)
@@ -542,14 +542,14 @@
while(true){
System.out.println("Refresh project "+count);
try {
-// project.refreshLocal(IResource.DEPTH_INFINITE, new NullProgressMonitor());
+ project.refreshLocal(IResource.DEPTH_INFINITE, new NullProgressMonitor());
// waitForJobs();
// try {
// waitForJob();
// } catch (InterruptedException e) {
// JUnitUtils.fail(e.getMessage(),e);
// }
- project.build(IncrementalProjectBuilder.FULL_BUILD, new NullProgressMonitor());
+// project.build(IncrementalProjectBuilder.FULL_BUILD, new NullProgressMonitor());
//waitForJobs();
try {
waitForJob();