Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-02-27 02:52:55 +0000
committerJean Michel-Lemieux2004-02-27 02:52:55 +0000
commit187260d7e2acb649036192cca0d87252ae082c41 (patch)
tree183022370d47d157813b03c159cfce4c4b2ee743 /tests
parent6366302e5c3738a42d4e84e9287c7e0535aa1fc3 (diff)
downloadeclipse.platform.team-187260d7e2acb649036192cca0d87252ae082c41.tar.gz
eclipse.platform.team-187260d7e2acb649036192cca0d87252ae082c41.tar.xz
eclipse.platform.team-187260d7e2acb649036192cca0d87252ae082c41.zip
Renamed configurations and method names.
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/synchronize/TestDiffNodePresentationModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/synchronize/TestDiffNodePresentationModel.java b/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/synchronize/TestDiffNodePresentationModel.java
index 833849309..f05562b70 100644
--- a/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/synchronize/TestDiffNodePresentationModel.java
+++ b/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/synchronize/TestDiffNodePresentationModel.java
@@ -53,7 +53,7 @@ public class TestDiffNodePresentationModel extends TeamTest {
super.setUp();
this.set = new SyncInfoTree();
this.configuration = new TreeViewerAdvisor(set) {
- protected SynchronizeModelProvider getDiffNodeController() {
+ protected SynchronizeModelProvider getModelProvider() {
return TestDiffNodePresentationModel.this.getDiffNodeController(set);
}
};

Back to the top