get rid of debugging print
Tara L Andrews [Tue, 7 Feb 2012 11:34:00 +0000 (12:34 +0100)]
t/graph.t

index 426d8cc..cae5507 100644 (file)
--- a/t/graph.t
+++ b/t/graph.t
@@ -43,9 +43,6 @@ is( scalar( @svg_nodes ), 9,
 @svg_edges = $part_xpc->findnodes( '//svg:g[@class="edge"]' );
 is( scalar( @svg_edges ), 10,
        "Correct number of edges in the subgraph" );
-open( OUT, ">test.svg" );
-print OUT $part_svg->toString();
-close OUT;
 
 $part_svg = $parser->parse_string( $collation->as_svg( { from => 10, to => 13 } ) ); # start, no end
 is( $part_svg->documentElement->nodeName(), 'svg', "Got an svg subgraph in the middle" );