aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.tests
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-04-11 16:47:31 -0700
committerAndroid Code Review <code-review@android.com>2011-04-11 16:47:31 -0700
commit83f5ea69c3cd6ee787b5f777b64be6c306824099 (patch)
tree13b759c098aab9687585f3a3b939021d350b656c /eclipse/plugins/com.android.ide.eclipse.tests
parent053ff1c9703bedcd9eeb717ae294f51998d3fb04 (diff)
parent3c345391ac54b9bff1e15766b6126bcbea4f449f (diff)
downloadsdk-83f5ea69c3cd6ee787b5f777b64be6c306824099.zip
sdk-83f5ea69c3cd6ee787b5f777b64be6c306824099.tar.gz
sdk-83f5ea69c3cd6ee787b5f777b64be6c306824099.tar.bz2
Merge "Usability fix for the layout actions bar"
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.tests')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LayoutTestBase.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LayoutTestBase.java b/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LayoutTestBase.java
index a7aae04..18d985e 100644
--- a/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LayoutTestBase.java
+++ b/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LayoutTestBase.java
@@ -249,6 +249,10 @@ public class LayoutTestBase extends TestCase {
fail("Not supported in tests yet");
return null;
}
+
+ public void select(Collection<INode> nodes) {
+ fail("Not supported in tests yet");
+ }
}
public void testDummy() {