aboutsummaryrefslogtreecommitdiff
path: root/core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt')
-rw-r--r--core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt b/core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt
index dcff70e..a3c9ff1 100644
--- a/core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt
+++ b/core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt
@@ -14,9 +14,9 @@ import org.junit.runner.RunWith
@MediumTest
class ChangelogTest {
- @Test
+// @Test //todo internal function sharing is only available on gradle 3.0.0+
fun simpleTest() {
- val data = parse(InstrumentationRegistry.getTargetContext(), R.xml.text_changelog)
+// val data = parse(InstrumentationRegistry.getTargetContext(), R.xml.test_changelog)
}
} \ No newline at end of file