Fixed bugs in tests
authorDavid A. Velasco <dvelasco@solidgear.es>
Wed, 6 Nov 2013 10:03:56 +0000 (11:03 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Wed, 6 Nov 2013 10:03:56 +0000 (11:03 +0100)
tests/.classpath
tests/AndroidManifest.xml
tests/src/com/owncloud/android/test/FileContentProviderTest.java

index 657a459..6652724 100644 (file)
@@ -1,10 +1,10 @@
 <?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="src" path="src"/>
+       <classpathentry kind="src" path="gen"/>
        <classpathentry kind="output" path="bin/classes"/>
 </classpath>
index 460874b..025e6bd 100644 (file)
@@ -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"
-          package="com.owncloud.androidcloud.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
index 2479914..8f6fe81 100644 (file)
@@ -23,7 +23,7 @@ public class FileContentProviderTest extends ProviderTestCase2<FileContentProvid
        }
        
        public FileContentProviderTest() {
-               super(FileContentProvider.class, "com.owncloud.android.provicers.FileContentProvider"); 
+               super(FileContentProvider.class, "com.owncloud.android.providers.FileContentProvider"); 
        }
        
        @Override