]> source.dussan.org Git - nextcloud-server.git/commitdiff
make sure the share backend test case can find the correct interface
authorRobin Appelman <icewind@owncloud.com>
Wed, 10 Oct 2012 09:40:40 +0000 (11:40 +0200)
committerRobin Appelman <icewind@owncloud.com>
Wed, 10 Oct 2012 09:40:40 +0000 (11:40 +0200)
tests/lib/share/backend.php

index 4ee59963d5da8d39a8761044ae73addf1594e161..2f6c84678ffc3e3b661a0f0e2dec3ee3a9daf839 100644 (file)
@@ -19,6 +19,8 @@
 * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+OC::$CLASSPATH['OCP\Share_Backend']='lib/public/share.php';
+
 class Test_Share_Backend implements OCP\Share_Backend {
 
        const FORMAT_SOURCE = 0;