Somehow fixed relation indexation and meta data parsing (consistent to the GDoc)
diff --git a/t/real_goethe.t b/t/real_goethe.t
index 878607b..9efe4c5 100644
--- a/t/real_goethe.t
+++ b/t/real_goethe.t
@@ -53,7 +53,7 @@
 REF
 is($doc->language, 'de', 'Language');
 
-is($doc->corpus_title, 'Goethes Werke', 'Correct Corpus title');
+is($doc->corpus_title, 'Goethe-Korpus', 'Correct Corpus title');
 ok(!$doc->corpus_sub_title, 'Correct Corpus Sub title');
 is($doc->corpus_author, 'Goethe, Johann Wolfgang von', 'Correct Corpus author');
 is($doc->corpus_editor, 'Trunz, Erich', 'Correct Corpus editor');
@@ -64,7 +64,6 @@
 ok(!$doc->doc_author, 'Correct Doc author');
 ok(!$doc->doc_editor, 'Correct Doc editor');
 
-
 # Tokenization
 use_ok('KorAP::Tokenizer');
 
@@ -120,7 +119,7 @@
 REF
 is($output->{language}, 'de', 'Language');
 
-is($output->{corpusTitle}, 'Goethes Werke', 'Correct Corpus title');
+is($output->{corpusTitle}, 'Goethe-Korpus', 'Correct Corpus title');
 ok(!exists $output->{corpusSubTitle}, 'Correct Text Type');
 is($output->{corpusAuthor}, 'Goethe, Johann Wolfgang von', 'Correct Corpus title');
 is($output->{corpusEditor}, 'Trunz, Erich', 'Editor');