summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/README.md')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/README.md b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/README.md
deleted file mode 100644
index 334e95185f12..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-The same tests are run by both `AbstractIncrementalCacheVersionChangedTest` and `AbstractDataContainerVersionChangedTest`.
-
-## AbstractIncrementalCacheVersionChangedTest
-
-Tests for changing targets **local** cache version for each modification step.
-
-Individual tests can:
-- can skip changing the version at any step by adding files like `module1_do-not-change-cache-versions.new.2`
-- clear has-kotlin flag by adding files like `module1_clear-has-kotlin.new.1`
-
-## AbstractDataContainerVersionChangedTest
-
-Tests for changing version of **global** lookups cache for each modification step.
-Note that `build.log` file for this test case is named as `data-container-version-build.log`.
-
-Individual tests can can skip changing the version at any step by adding files like `module1_do-not-change-cache-versions.new.2`. \ No newline at end of file