Skip to content
Snippets Groups Projects
Commit 59a5df6a authored by Clark Tomlinson's avatar Clark Tomlinson
Browse files

ignoring writedata test in windows.

parent 7b6aa3cd
No related branches found
No related tags found
No related merge requests found
......@@ -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');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment