commit | a0e8d72c8371890a011f188acce0790b4852168d | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Sat Nov 01 01:18:25 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Sat Nov 01 01:18:25 2014 +0000 |
tree | f1ace3eaa14ce85959b240551a51ec02b701b90e | |
parent | 24b044685f1421ce033ce0b9d3c6d9a04275d3d5 [diff] [blame] |
More fixes for meta data paths
diff --git a/t/real_goethe.t b/t/real_goethe.t index 20addf1..14437f3 100644 --- a/t/real_goethe.t +++ b/t/real_goethe.t
@@ -21,6 +21,7 @@ # GOE/AGA/03828 my $path = catdir(dirname(__FILE__), 'GOE/AGA/03828'); +# my $path = '/home/ndiewald/Repositories/korap/KorAP-sandbox/KorAP-lucene-indexer/t/GOE/AGA/03828'; ok(my $doc = KorAP::Document->new( path => $path . '/' ), 'Load Korap::Document'); ok($doc->parse, 'Parse document');