Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff5868ed authored by Yigit Boyar's avatar Yigit Boyar
Browse files

Fix integration tests that were broken after package renaming

parent fc195a64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ allprojects {

subprojects.uploadArchives.each { it.shouldRunAfter deleteRepo  }
buildExtensionsTask.shouldRunAfter deleteRepo
tasks['runTestsOfMultiModuleTestApp'].shouldRunAfter tasks['runTestsOfIndependentLibrary']
tasks['runTestsOfMultiModuleTestApp'].dependsOn tasks['runTestsOfIndependentLibrary']


task rebuildRepo() {
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ android {
println "combined ${config.testGroup}.independent-library:${config.snapshotVersion}"
dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile "com.android.databinding:library:${config.snapshotVersion}"
    compile project(':testlibrary')
    compile "com.android.support:support-v4:+"
    provided "com.android.databinding:annotationprocessor:${config.snapshotVersion}"
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ package android.databinding.multimoduletestapp;
import android.databinding.testlibrary.ObservableInLibrary;

import android.app.Application;
import android.binding.Observable;
import android.binding.OnPropertyChangedListener;
import android.databinding.Observable;
import android.databinding.OnPropertyChangedListener;
import android.test.ApplicationTestCase;

import java.beans.PropertyChangeEvent;
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ package android.databinding.multimoduletestapp;

import android.databinding.testlibrary.ObservableInLibrary;

import android.binding.Observable;
import android.binding.OnPropertyChangedListener;
import android.databinding.Observable;
import android.databinding.OnPropertyChangedListener;
import android.os.Debug;
import android.test.AndroidTestCase;

+0 −0

File moved.

Loading