diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-07-16 14:03:21 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-07-16 14:03:21 +0200 |
| commit | a279b3fb49d786e7c711fa7156af9bbd0d2a9829 (patch) | |
| tree | b89f68fb8e4159f76cce64d3881a35c776ace58e /t/06-data.t | |
| parent | basic gexf generation (diff) | |
| download | graph-gexf-a279b3fb49d786e7c711fa7156af9bbd0d2a9829.tar.gz | |
add attributes to edge
Diffstat (limited to '')
| -rw-r--r-- | t/06-data.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/06-data.t b/t/06-data.t index f9f2ea2..5df0bb9 100644 --- a/t/06-data.t +++ b/t/06-data.t @@ -5,7 +5,7 @@ use Test::More; use Graph::GEXF; my $graph = Graph::GEXF->new(); -$graph->add_node_attribute('url', 'string'); +$graph->add_node_attribute('url', 'string', 'http://'); $graph->add_node_attribute('indegree', 'float'); $graph->add_node_attribute('frog', 'boolean'); |
