From 3aa6f80eec4e922add92646a5d5547b6db82cc4b Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Wed, 18 Sep 2019 15:10:24 +0200 Subject: Move gradle-integration-tests to new module --- .../testData/androidApp/fileTree.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 integration-tests/gradle-integration-tests/testData/androidApp/fileTree.txt (limited to 'integration-tests/gradle-integration-tests/testData/androidApp/fileTree.txt') diff --git a/integration-tests/gradle-integration-tests/testData/androidApp/fileTree.txt b/integration-tests/gradle-integration-tests/testData/androidApp/fileTree.txt new file mode 100644 index 00000000..f66c79e3 --- /dev/null +++ b/integration-tests/gradle-integration-tests/testData/androidApp/fileTree.txt @@ -0,0 +1,20 @@ +/ + app/ + alltypes/ + index.html + index-outline.html + index.html + org.example.kotlin.mixed/ + -java-activity/ + -init-.html + index.html + on-create-options-menu.html + on-create.html + -kotlin-activity/ + -init-.html + index.html + on-create-options-menu.html + on-create.html + index.html + package-list + style.css -- cgit