$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52471 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2009-04-18 13:53:13
Author: jewillco
Date: 2009-04-18 13:53:12 EDT (Sat, 18 Apr 2009)
New Revision: 52471
URL: http://svn.boost.org/trac/boost/changeset/52471
Log:
Renamed file to avoid problems with inspect tool
Added:
   trunk/libs/graph/test/metric_tsp_approx.graph
      - copied unchanged from r52469, /trunk/libs/graph/test/metric_tsp_approx.txt
Removed:
   trunk/libs/graph/test/metric_tsp_approx.txt
Text files modified: 
   trunk/libs/graph/test/Jamfile.v2 |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/graph/test/Jamfile.v2
==============================================================================
--- trunk/libs/graph/test/Jamfile.v2	(original)
+++ trunk/libs/graph/test/Jamfile.v2	2009-04-18 13:53:12 EDT (Sat, 18 Apr 2009)
@@ -100,7 +100,7 @@
         : $(PLANAR_INPUT_FILES) ]
     [ run r_c_shortest_paths_test.cpp ]
     [ run is_straight_line_draw_test.cpp ]
-    [ run metric_tsp_approx.cpp : metric_tsp_approx.txt ]
+    [ run metric_tsp_approx.cpp : metric_tsp_approx.graph ]
     [ compile dimacs.cpp ]
     [ run bron_kerbosch_all_cliques.cpp ]
     [ run tiernan_all_cycles.cpp ]
Deleted: trunk/libs/graph/test/metric_tsp_approx.txt
==============================================================================
--- trunk/libs/graph/test/metric_tsp_approx.txt	2009-04-18 13:53:12 EDT (Sat, 18 Apr 2009)
+++ (empty file)
@@ -1,8 +0,0 @@
-2,5
-2,3
-1,2
-4,5
-5,4
-4,3
-6,3
-3,1
\ No newline at end of file