public function testParseToArrayEdexml20SampleFile() {
        $filename = CakePlugin::path('Edexml') . 'Test' . DS . 'File' . DS . 'EDEXML-2.0' . DS . 'EDEXML.Voorbeeld.2.0.xml';
        $data = $this->Edexml->parseToArray($filename);
        $this->assertTrue((bool)$data);