diff options
author | Tor Norbye <tnorbye@google.com> | 2012-12-07 15:59:22 -0800 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-12-07 15:59:22 -0800 |
commit | b2610dc727355ff1fb22144226c7c47f42f4b636 (patch) | |
tree | 0138ac74b4eabc94d0807fd97604a3021e4d41a6 /lint/cli/src/test/.settings/org.eclipse.core.resources.prefs | |
parent | 3843919d1561e98d9bf66193e0e68c7ae30db4dd (diff) | |
download | sdk-b2610dc727355ff1fb22144226c7c47f42f4b636.zip sdk-b2610dc727355ff1fb22144226c7c47f42f4b636.tar.gz sdk-b2610dc727355ff1fb22144226c7c47f42f4b636.tar.bz2 |
Move lint unit tests into lint/cli
The unit tests for lint have lived in the lint/libs/lint_checks
library, but that's not a natural place since the cli library depends
on the lint_checks library, yet the lint_check *tests* also depend on
cli. Furthermore, the tests also test stuff in the cli library. Thus,
move the test sources over to the cli library, which also pulls in the
lint_checks library.
Change-Id: Ia8527ea894b287915ad12c04c16daf80ace67bdc
Diffstat (limited to 'lint/cli/src/test/.settings/org.eclipse.core.resources.prefs')
-rw-r--r-- | lint/cli/src/test/.settings/org.eclipse.core.resources.prefs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lint/cli/src/test/.settings/org.eclipse.core.resources.prefs b/lint/cli/src/test/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..609db57 --- /dev/null +++ b/lint/cli/src/test/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,5 @@ +eclipse.preferences.version=1 +encoding//java/com/android/tools/lint/checks/TypoDetectorTest.java=UTF-8 +encoding//java/com/android/tools/lint/checks/TypoLookupTest.java=UTF-8 +encoding//java/com/android/tools/lint/checks/TypographyDetectorTest.java=UTF-8 +encoding//java/com/android/tools/lint/checks/data/res/values-nb/typos.xml=UTF-8 |