1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-26 01:43:59 +02:00

Merge pull request #148 from erijo/tests

Move test to the location where gradle expects to find them
This commit is contained in:
OliE
2018-01-19 15:28:52 +01:00
committed by GitHub
4 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ android {
defaultConfig {
applicationId "com.health.openscale"
testApplicationId "com.health.openscale.test"
minSdkVersion 18
targetSdkVersion 22 // don't set target sdk > 22 otherwise bluetooth le discovery need permission to ACCESS_COARSE_LOCATION
versionCode 22

View File

@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
package com.health.openscale.junit;
package com.health.openscale;
import android.arch.persistence.room.Room;
import android.content.Context;

View File

@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
package com.health.openscale.junit;
package com.health.openscale;
import com.health.openscale.core.datatypes.ScaleMeasurement;
import com.health.openscale.core.utils.CsvHelper;

View File

@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
package com.health.openscale.junit;
package com.health.openscale;
import com.health.openscale.core.utils.DateTimeHelpers;