First android unit test
authorkenstir <kenstir@gmail.com>
Sun, 6 Dec 2015 01:24:47 +0000 (20:24 -0500)
committerkenstir <kenstir@gmail.com>
Sun, 6 Dec 2015 01:24:47 +0000 (20:24 -0500)
commitb1c65441123d73088d587848425f1bc947a05d31
tree811b865781125b7b81487354b852aecb626971ac
parentdc4a518365d50e7987d9414b427e3a18c42f242f
First android unit test

Under Intellij you need a new android test module, and it would not create one under core/ so it went under cwmars_app/tests/.  The first test exercises volley to fetch a json resource.
13 files changed:
Open-ILS/src/Android/core/.idea/copyright/profiles_settings.xml
Open-ILS/src/Android/core/.idea/encodings.xml
Open-ILS/src/Android/core/.idea/vcs.xml
Open-ILS/src/Android/core/core.iml
Open-ILS/src/Android/core/src/org/open_ils/test/fm_IDL.xml [new file with mode: 0644]
Open-ILS/src/Android/core/src/org/open_ils/test/org/evergreen_ils/views/MainActivityTest.java [new file with mode: 0644]
Open-ILS/src/Android/cwmars_app/.idea/misc.xml
Open-ILS/src/Android/cwmars_app/.idea/modules.xml
Open-ILS/src/Android/cwmars_app/tests/AndroidManifest.xml [new file with mode: 0644]
Open-ILS/src/Android/cwmars_app/tests/ant.properties [new file with mode: 0644]
Open-ILS/src/Android/cwmars_app/tests/build.xml [new file with mode: 0644]
Open-ILS/src/Android/cwmars_app/tests/project.properties [new file with mode: 0644]
Open-ILS/src/Android/cwmars_app/tests/tests.iml [new file with mode: 0644]