]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix expectation - same as in master
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 27 May 2014 21:44:09 +0000 (23:44 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 27 May 2014 21:44:09 +0000 (23:44 +0200)
tests/lib/api.php

index 9c4324e63e0b20430955d6957f2c7fac1c6ec6fd..183b7288b88a53991cfa4871a9c2741297a7ce11 100644 (file)
@@ -29,7 +29,7 @@ class Test_API extends PHPUnit_Framework_TestCase {
        function dataProviderTestOneResult() {
                return array(
                        array(100, true),
-                       array(101, true),
+                       array(101, false),
                        array(997, false),
                );
        }