summaryrefslogtreecommitdiff
path: root/community-tests
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-05-31 07:45:51 -0700
committerTor Norbye <tnorbye@google.com>2013-05-31 07:45:51 -0700
commitec3fb1e06285c0467a7a20360ca80453bc7635d4 (patch)
tree2402cdec34611f34b8385ff45387d6734bf6f994 /community-tests
parenta6eac331b3d9f0d4168b12356ea256c83f4e9c05 (diff)
downloadidea-ec3fb1e06285c0467a7a20360ca80453bc7635d4.tar.gz
Snapshot 568f05589922685b8c8f9a2f2f465043b8128542 from master branch of git://git.jetbrains.org/idea/community.git
Change-Id: I47fe8cb5d8a3c9876cd4c313dca1a8cc531288ec
Diffstat (limited to 'community-tests')
-rw-r--r--community-tests/community-tests.iml12
-rw-r--r--community-tests/src/tests/testGroups.properties4
2 files changed, 16 insertions, 0 deletions
diff --git a/community-tests/community-tests.iml b/community-tests/community-tests.iml
new file mode 100644
index 000000000000..4b41d068f4e4
--- /dev/null
+++ b/community-tests/community-tests.iml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="true" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
+
diff --git a/community-tests/src/tests/testGroups.properties b/community-tests/src/tests/testGroups.properties
new file mode 100644
index 000000000000..96075ed68f28
--- /dev/null
+++ b/community-tests/src/tests/testGroups.properties
@@ -0,0 +1,4 @@
+# suppress inspection "UnusedProperty" for whole file
+[DISABLED_TESTS]
+org.jetbrains.idea.svn.*
+org.jetbrains.idea.svn16.*