commit | 12ef05bf8e02e6c5f276f943a908a323c58780ed | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Sun Jan 31 23:58:53 2016 +0100 |
committer | Akron <nils@diewald-online.de> | Sun Jan 31 23:58:53 2016 +0100 |
tree | 3d281fb0c2faa92a471339b52bf9d1ec22218d8c | |
parent | 14ca9f0fffc9e8fbbbc9d5e143f2e23699674505 [diff] [blame] |
Fixed store serialization Change-Id: I0a17e9f059d28788c8a2726c5c12eaf0bad18e6c
diff --git a/t/sgbr/sgbr_meta.t b/t/sgbr/sgbr_meta.t index 53a096f..ed64fa2 100644 --- a/t/sgbr/sgbr_meta.t +++ b/t/sgbr/sgbr_meta.t
@@ -59,6 +59,10 @@ ok(!$doc->corpus_editor, 'Corpus: editor'); ok(!$doc->corpus_author, 'Corpus: author'); +my $hash = $doc->to_hash; +is($hash->{title}, 'Sommerüberraschung', 'Corpus title'); +is($hash->{store}->{sgbrAuthorSex}, 'M', 'store'); + done_testing;