junit for android app
authorBartek Przybylski <bart.p.pl@gmail.com>
Sat, 29 Sep 2012 23:14:38 +0000 (01:14 +0200)
committerBartek Przybylski <bart.p.pl@gmail.com>
Sat, 29 Sep 2012 23:14:38 +0000 (01:14 +0200)
commit333514da7300046906d9101ca76bc753c16f437b
tree64c290efcf6d0818eb115de43cfc5a0342e9ea7c
parent981bf05434e8b5aa81691b5a0b91fa573ab48d18
junit for android app
12 files changed:
.project
tests/.classpath [new file with mode: 0644]
tests/.project [new file with mode: 0644]
tests/AndroidManifest.xml [new file with mode: 0644]
tests/proguard-project.txt [new file with mode: 0644]
tests/project.properties [new file with mode: 0644]
tests/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
tests/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
tests/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
tests/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
tests/res/values/strings.xml [new file with mode: 0644]
tests/src/com/owncloud/android/test/AccountUtilsTest.java [new file with mode: 0644]