commit | 35db6e338c0b6f09a412830a56394b9b455a42b7 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Mar 17 22:42:22 2016 +0100 |
committer | Akron <nils@diewald-online.de> | Thu Mar 17 22:51:19 2016 +0100 |
tree | a13ca72421a0f3549fa310e236a2d4c44f392bad | |
parent | f7ad89e2fc52c1a61c133af342da08ff2c0fd27e [diff] [blame] |
Simplified and modularized metadata processing Change-Id: I63e78fd5994126c954263324bcfc2fd9d51e39ea
diff --git a/t/sgbr/base.t b/t/sgbr/base.t index 6eb7d62..718a0ba 100644 --- a/t/sgbr/base.t +++ b/t/sgbr/base.t
@@ -14,7 +14,7 @@ path => $path . '/' ), 'Create Document'); -ok($doc->parse, 'Parse document'); +ok($doc->parse('Sgbr'), 'Parse document'); ok(my $tokens = KorAP::XML::Tokenizer->new( path => $doc->path,