projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
d252a09
)
Fixed bugs in tests
author
David A. Velasco
<dvelasco@solidgear.es>
Wed, 6 Nov 2013 10:03:56 +0000
(11:03 +0100)
committer
David A. Velasco
<dvelasco@solidgear.es>
Wed, 6 Nov 2013 10:03:56 +0000
(11:03 +0100)
tests/.classpath
patch
|
blob
|
blame
|
history
tests/AndroidManifest.xml
patch
|
blob
|
blame
|
history
tests/src/com/owncloud/android/test/FileContentProviderTest.java
patch
|
blob
|
blame
|
history
diff --git
a/tests/.classpath
b/tests/.classpath
index
657a459
..
6652724
100644
(file)
--- a/
tests/.classpath
+++ b/
tests/.classpath
@@
-1,10
+1,10
@@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry combineaccessrules="false" kind="src" path="/owncloud-android"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry combineaccessrules="false" kind="src" path="/owncloud-android"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
diff --git
a/tests/AndroidManifest.xml
b/tests/AndroidManifest.xml
index
460874b
..
025e6bd
100644
(file)
--- a/
tests/AndroidManifest.xml
+++ b/
tests/AndroidManifest.xml
@@
-1,7
+1,7
@@
<?xml version="1.0" encoding="utf-8"?>
<!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<?xml version="1.0" encoding="utf-8"?>
<!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.owncloud.android
cloud.android
.test"
+ package="com.owncloud.android.test"
android:versionCode="1"
android:versionName="1.0">
<!-- We add an application tag here just so that we can indicate that
android:versionCode="1"
android:versionName="1.0">
<!-- We add an application tag here just so that we can indicate that
diff --git
a/tests/src/com/owncloud/android/test/FileContentProviderTest.java
b/tests/src/com/owncloud/android/test/FileContentProviderTest.java
index
2479914
..
8f6fe81
100644
(file)
--- a/
tests/src/com/owncloud/android/test/FileContentProviderTest.java
+++ b/
tests/src/com/owncloud/android/test/FileContentProviderTest.java
@@
-23,7
+23,7
@@
public class FileContentProviderTest extends ProviderTestCase2<FileContentProvid
}
public FileContentProviderTest() {
}
public FileContentProviderTest() {
- super(FileContentProvider.class, "com.owncloud.android.provi
c
ers.FileContentProvider");
+ super(FileContentProvider.class, "com.owncloud.android.provi
d
ers.FileContentProvider");
}
@Override
}
@Override