X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fanalysis.t;h=30c38524032e463050c789ab0254b37487fb747c;hb=1ff82d4f33cfde715c3f06f4e7b6735ad389745c;hp=d22a91bed2f25f21b9fcbbfe86186f8b060c017d;hpb=adc08836a8f9e1bff3b372c498ac1dcda1100894;p=scpubgit%2Fstemmatology.git diff --git a/t/analysis.t b/t/analysis.t index d22a91b..30c3852 100755 --- a/t/analysis.t +++ b/t/analysis.t @@ -17,9 +17,6 @@ my $tradition = Text::Tradition->new( 'file' => 't/data/besoin.xml' ); $tradition->add_stemma( 'dotfile' => 't/data/besoin.dot' ); -# Hack to avoid warning -$tradition->collation->add_relationship( '493,2', '493,3', {'type'=>'orthographic'} ); - # Run the analysis of the tradition my $results = run_analysis( $tradition );