Fixed analytic+monogr behaviour for metadata

Change-Id: I6c33d62fa6f181c31006779ad796cd4d361d852c
diff --git a/t/meta.t b/t/meta.t
index 54d5ce8..850e630 100644
--- a/t/meta.t
+++ b/t/meta.t
@@ -48,7 +48,7 @@
 #ok(!$doc->author->[3], 'author');
 
 # Additional information
-ok(!$meta->{editor}, 'Editor');
+is($meta->{editor}, 'wikipedia.org', 'Editor');
 is($meta->{publisher}, 'Wikipedia', 'Publisher');
 is($meta->{creation_date}, '20050000', 'Creation date');
 ok(!$meta->{text_type}, 'No text_type');
@@ -357,7 +357,7 @@
 
 is($meta->{author}, '€pa, u.a.', 'author');
 is($meta->{publisher}, 'Wikipedia', 'publisher');
-ok(!$meta->{editor}, 'editor');
+is($meta->{editor}, 'wikipedia.org', 'Editor');
 
 is($meta->{text_type}, 'Diskussionen zu Enzyklopädie-Artikeln', 'text type');
 ok(!$meta->{text_type_art}, 'text type art');