X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..e858b2e4c1677fa20cc4cb25b8a4e5e874ef617a:/testsuite/xbt/graphxml_usage.c diff --git a/testsuite/xbt/graphxml_usage.c b/testsuite/xbt/graphxml_usage.c index 3df95126fa..a8f82b88eb 100644 --- a/testsuite/xbt/graphxml_usage.c +++ b/testsuite/xbt/graphxml_usage.c @@ -1,8 +1,7 @@ -/* $Id$ */ - /* A few basic tests for the graphxml library */ -/* Copyright (c) 2006 Darina Dimitrova, Arnaud Legrand. All rights reserved.*/ +/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -56,13 +55,15 @@ void test(char *graph_file) xbt_dynar_t edges = NULL; xbt_dynar_t nodes = NULL; - xbt_graph_t graph = xbt_graph_read(graph_file, &node_label_and_data, NULL); + xbt_graph_t graph = + xbt_graph_read(graph_file, &node_label_and_data, NULL); n = xbt_dynar_length(xbt_graph_get_nodes(graph)); if (test_export_xml) { INFO0("---- Testing XML export. Exporting to testgraph.xml ----"); - xbt_graph_export_graphxml(graph, "testgraph.xml", NULL, NULL, NULL, NULL); + xbt_graph_export_graphxml(graph, "testgraph.xml", NULL, NULL, NULL, + NULL); } if (test_export_dot) { INFO0("---- Testing GraphViz export. Exporting to testgraph.dot ----");