diff options
author | Michael Valenta | 2004-04-26 10:42:23 -0400 |
---|---|---|
committer | Michael Valenta | 2004-04-26 10:42:23 -0400 |
commit | 8ce0323f3e4748f86f6ebd485ac86bdbdca43427 (patch) | |
tree | 916308c548b7710259c17b1e18b48eeab29edcd1 | |
parent | fef46c7a0d2cb07a5887905ec70a6a6a2a902e31 (diff) | |
download | eclipse.platform.team-8ce0323f3e4748f86f6ebd485ac86bdbdca43427.tar.gz eclipse.platform.team-8ce0323f3e4748f86f6ebd485ac86bdbdca43427.tar.xz eclipse.platform.team-8ce0323f3e4748f86f6ebd485ac86bdbdca43427.zip |
*** empty log message ***
-rw-r--r-- | tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/subscriber/CVSWorkspaceSubscriberTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/subscriber/CVSWorkspaceSubscriberTest.java b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/subscriber/CVSWorkspaceSubscriberTest.java index e71319bf0..3f848316e 100644 --- a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/subscriber/CVSWorkspaceSubscriberTest.java +++ b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/subscriber/CVSWorkspaceSubscriberTest.java @@ -281,7 +281,7 @@ public class CVSWorkspaceSubscriberTest extends CVSSyncSubscriberTest { private void runSubscriberOperation(CVSSubscriberOperation op) throws CoreException { try { - op.run(DEFAULT_MONITOR); + op.run(); } catch (InvocationTargetException e) { throw CVSException.wrapException(e); } catch (InterruptedException e) { |