Skip to content

Commit

Permalink
Fix: wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Jan 21, 2012
1 parent 2a21668 commit a51948c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/phpunit/FilesLibTest.php
@@ -1,5 +1,6 @@
<?php
/* Copyright (C) 2010 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2010-2012 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2012 Regis Houssin <regis@dolibarr.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -169,7 +170,7 @@ public function testDolOther()
$this->assertTrue($result);

$url='file://www.dolibarr.org/download/file.zip';
$result=dol_is_url($file);
$result=dol_is_url($url);
print __METHOD__." result=".$result."\n";
$this->assertTrue($result);

Expand Down

0 comments on commit a51948c

Please sign in to comment.