diff options
author | Tor Norbye <tnorbye@google.com> | 2010-11-24 14:13:26 -0800 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2010-11-24 14:13:26 -0800 |
commit | 13d8e868bfdae8a4ed15059144e210d9e995c606 (patch) | |
tree | e06a7bf81247d10e979583a53ce7369c9a4acb5f /eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LinearLayoutRuleTest.java | |
parent | 760c9781599d751ab375981a197177ffe1ab8d7d (diff) | |
parent | ccabacfacfcc90e1725f0342b2e6d273d0bc744e (diff) | |
download | sdk-13d8e868bfdae8a4ed15059144e210d9e995c606.zip sdk-13d8e868bfdae8a4ed15059144e210d9e995c606.tar.gz sdk-13d8e868bfdae8a4ed15059144e210d9e995c606.tar.bz2 |
Merge "Unit test fixes"
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LinearLayoutRuleTest.java')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LinearLayoutRuleTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LinearLayoutRuleTest.java b/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LinearLayoutRuleTest.java index 9796104..489d12c 100644 --- a/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LinearLayoutRuleTest.java +++ b/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/LinearLayoutRuleTest.java @@ -29,7 +29,7 @@ import com.android.ide.common.api.MenuAction.Choices; import java.util.List; /** Test the {@link LinearLayoutRule} */ -public class LinearLayoutRuleTest extends AbstractLayoutRuleTest { +public class LinearLayoutRuleTest extends LayoutTestBase { // Utility for other tests protected void dragIntoEmpty(Rect dragBounds) { boolean haveBounds = dragBounds.isValid(); |