ignoring writedata test in windows.
This commit is contained in:
parent
7b6aa3cd3d
commit
59a5df6a4b
|
@ -79,6 +79,9 @@ class Test_Config extends PHPUnit_Framework_TestCase {
|
|||
* @expectedException \OC\HintException
|
||||
*/
|
||||
public function testWriteData() {
|
||||
if (\OC_Util::runningOnWindows()) {
|
||||
throw new \OC\HintException('this is ireelevent for windows');
|
||||
}
|
||||
$config = new OC\Config('/non-writable');
|
||||
$config->setValue('foo', 'bar');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue