more test data
[scpubgit/stemmatology.git] / TreeOfTexts / lib / TreeOfTexts / Model / Analysis.pm
index 3a2b8b9..15cac2c 100644 (file)
@@ -10,10 +10,14 @@ __PACKAGE__->config(
        args => { 'traditions' => [
                  { 'file' => TreeOfTexts->path_to( 't', 'data', 'florilegium.xml' ),
                          'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_a.dot' ) },
+                 { 'file' => TreeOfTexts->path_to( 't', 'data', 'besoin.xml' ),
+                         'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_b.dot' ) },
                          { 'file' => TreeOfTexts->path_to( 't', 'data', 'heinrichi.xml' ),
                          'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_h.dot' ) },
                          { 'file' => TreeOfTexts->path_to( 't', 'data', 'parzival.xml' ),
                          'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_p.dot' ) },
+                 { 'file' => TreeOfTexts->path_to( 't', 'data', 's158.xml' ),
+                         'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_s.dot' ) },
                          ] },
  );