[Android] Remove useless class
Geoffrey Métais
git at videolan.org
Tue Apr 27 05:53:47 UTC 2021
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Apr 26 21:33:05 2021 +0200| [9c78e762dd4fed7f5362425dfbac0859bdabd0c6] | committer: Nicolas Pomepuy
Remove useless class
> https://code.videolan.org/videolan/vlc-android/commit/9c78e762dd4fed7f5362425dfbac0859bdabd0c6
---
.../test/java/org/videolan/resources/ExampleUnitTest.kt | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/application/resources/src/test/java/org/videolan/resources/ExampleUnitTest.kt b/application/resources/src/test/java/org/videolan/resources/ExampleUnitTest.kt
deleted file mode 100644
index ee2af0750..000000000
--- a/application/resources/src/test/java/org/videolan/resources/ExampleUnitTest.kt
+++ /dev/null
@@ -1,17 +0,0 @@
-package org.videolan.resources
-
-import org.junit.Test
-
-import org.junit.Assert.*
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * See [testing documentation](http://d.android.com/tools/testing).
- */
-class ExampleUnitTest {
- @Test
- fun addition_isCorrect() {
- assertEquals(4, 2 + 2)
- }
-}
More information about the Android
mailing list