Improved tei support and script

Change-Id: I62fc97828aec1a1acec7d22f8892f54ed6d81803
diff --git a/t/sgbr/meta.t b/t/sgbr/meta.t
index a1e2b8e..c5f9b60 100644
--- a/t/sgbr/meta.t
+++ b/t/sgbr/meta.t
@@ -24,12 +24,7 @@
 is($doc->corpus_sigle, 'TEST', 'ID-corpus');
 
 is($doc->title, 'Sommerüberraschung', 'title');
-#is($doc->sub_title, 'Beispiel Text Untertitel', 'title');
-#is($doc->pub_date, '20010402', 'Publication date');
-#is($doc->pub_place, 'Mannheim', 'Publication place');
-
 is($doc->author, 'TEST.BSP.Autoren.1', 'Author');
-
 is($doc->store('sgbrAuthorAgeClass'), 'X', 'AgeClass');
 
 is($doc->store('sgbrAuthorSex'), 'M', 'Sex');
@@ -69,6 +64,7 @@
 # Sgbr specific keywords
 is($doc->keywords_string, 'sgbrAuthorAgeClass:X sgbrAuthorSex:M sgbrKodex:M');
 
+
 done_testing;