diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-10-29 17:51:48 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-10-29 17:51:48 +0300 |
commit | 8f32ef92be19c88f1a26d3ce19f77c9e1d053d8d (patch) | |
tree | 8c35121e4af0c3a2c2c6ccdf3fb75a402772fbe6 /runners/gradle-integration-tests | |
parent | e5306fe45388b715807ddad6c7173861c6c8e1a6 (diff) | |
download | dokka-8f32ef92be19c88f1a26d3ce19f77c9e1d053d8d.tar.gz dokka-8f32ef92be19c88f1a26d3ce19f77c9e1d053d8d.tar.bz2 dokka-8f32ef92be19c88f1a26d3ce19f77c9e1d053d8d.zip |
Fix gradle integration test data
Diffstat (limited to 'runners/gradle-integration-tests')
-rw-r--r-- | runners/gradle-integration-tests/testData/androidApp/fileTree.txt | 1 | ||||
-rw-r--r-- | runners/gradle-integration-tests/testData/androidMultiFlavourApp/fileTree.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/runners/gradle-integration-tests/testData/androidApp/fileTree.txt b/runners/gradle-integration-tests/testData/androidApp/fileTree.txt index 3827b69e..f66c79e3 100644 --- a/runners/gradle-integration-tests/testData/androidApp/fileTree.txt +++ b/runners/gradle-integration-tests/testData/androidApp/fileTree.txt @@ -9,6 +9,7 @@ -init-.html index.html on-create-options-menu.html + on-create.html -kotlin-activity/ -init-.html index.html diff --git a/runners/gradle-integration-tests/testData/androidMultiFlavourApp/fileTree.txt b/runners/gradle-integration-tests/testData/androidMultiFlavourApp/fileTree.txt index 5e969d8b..77b563b2 100644 --- a/runners/gradle-integration-tests/testData/androidMultiFlavourApp/fileTree.txt +++ b/runners/gradle-integration-tests/testData/androidMultiFlavourApp/fileTree.txt @@ -10,6 +10,7 @@ -init-.html index.html on-create-options-menu.html + on-create.html -kotlin-activity/ -init-.html index.html @@ -35,6 +36,7 @@ -init-.html index.html on-create-options-menu.html + on-create.html -kotlin-activity/ -init-.html index.html |