diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-04-09 10:47:02 +0200 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-04-09 10:47:02 +0200 |
commit | 721cbe8280c7306bb97d8fd713c559007bcda76e (patch) | |
tree | e7295debb8395a66751cc74ec8078a07861d8c5a /tests/lib/app.php | |
parent | 11dfc7d141ca6a5f0d160e5d146476fa30d80648 (diff) | |
download | nextcloud-server-721cbe8280c7306bb97d8fd713c559007bcda76e.tar.gz nextcloud-server-721cbe8280c7306bb97d8fd713c559007bcda76e.zip |
used oc version 5.0.3
Diffstat (limited to 'tests/lib/app.php')
-rw-r--r-- | tests/lib/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/app.php b/tests/lib/app.php index 90476e58ccc..5396db8143e 100644 --- a/tests/lib/app.php +++ b/tests/lib/app.php @@ -65,7 +65,7 @@ class Test_App extends PHPUnit_Framework_TestCase { public function testIsAppVersionCompatibleShouldWorkForPreAlpha(){ - $oc = array(5, 0, 0); + $oc = array(5, 0, 3); $app = '4.93'; $this->assertTrue(OC_App::isAppVersionCompatible($oc, $app)); |