diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-04-17 21:08:14 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-04-17 21:08:14 +0200 |
commit | d94eb9309b4ab3ee1dfd3cee637b47a52223e15b (patch) | |
tree | a8904048cdc7200addba3a715357a55dc38f7100 /libs/thedevstacklogcat/src | |
parent | c854f659dbf03ac92f3cb5539b4b424a993acfac (diff) |
DatabaseBackend updated to serve Conversatiosn Database version and Conversations+ Database version
HttpUpload Flag introduced for message to identify if a link was sent after httpupload
message hint for httpupload added (message parsing and message generating)
Diffstat (limited to 'libs/thedevstacklogcat/src')
-rw-r--r-- | libs/thedevstacklogcat/src/test/java/de/thedevstack/android/logcat/ExampleUnitTest.java | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/thedevstacklogcat/src/test/java/de/thedevstack/android/logcat/ExampleUnitTest.java b/libs/thedevstacklogcat/src/test/java/de/thedevstack/android/logcat/ExampleUnitTest.java deleted file mode 100644 index 1d2bc545..00000000 --- a/libs/thedevstacklogcat/src/test/java/de/thedevstack/android/logcat/ExampleUnitTest.java +++ /dev/null @@ -1,15 +0,0 @@ -package de.thedevstack.android.logcat; - -import org.junit.Test; - -import static org.junit.Assert.*; - -/** - * To work on unit tests, switch the Test Artifact in the Build Variants view. - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() throws Exception { - assertEquals(4, 2 + 2); - } -}
\ No newline at end of file |