X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=script%2Fmaketestdb.pl;h=389b8ec02c507ef87052bac8978835a8e9289c6e;hb=532cc23bba52829b6205df42f39294949bc5a3db;hp=387eebac6c7cd161d65bc0893631ff9f8d9e4216;hpb=b56004b4837a837bec33ba1496b4216899ffd071;p=scpubgit%2Fstemmaweb.git diff --git a/script/maketestdb.pl b/script/maketestdb.pl index 387eeba..389b8ec 100755 --- a/script/maketestdb.pl +++ b/script/maketestdb.pl @@ -39,6 +39,7 @@ say "Created users"; my $t1 = Text::Tradition->new( input => 'Self', file => 't/data/besoin.xml' ); die "Failed to create test tradition #1" unless $t1; +$t1->add_stemma( dotfile => 't/data/besoin_stemweb.dot' ); $user->add_tradition( $t1 ); $dir->store( $user ); say "Created test user tradition";