split off stemma analysis modules from base Tradition layer
[scpubgit/stemmatology.git] / analysis / t / text_tradition_analysis_result.t
similarity index 99%
rename from t/text_tradition_analysis_result.t
rename to analysis/t/text_tradition_analysis_result.t
index e3462dc..2997818 100644 (file)
@@ -20,6 +20,7 @@ my $datafile = 't/data/florilegium_tei_ps.xml';
 my $tradition = Text::Tradition->new( 'input' => 'TEI',
                                       'name' => 'flortest',
                                       'file' => $datafile );
+$tradition->enable_stemmata;
 my $s = $tradition->add_stemma( 'dotfile' => 't/data/florilegium.dot' );
 
 my $sets = [ [ qw/ D Q / ], [ qw/ F H / ], [ qw/ A B C P S T / ] ];