$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: srajko_at_[hidden]
Date: 2007-06-25 14:57:21
Author: srajko
Date: 2007-06-25 14:57:20 EDT (Mon, 25 Jun 2007)
New Revision: 7145
URL: http://svn.boost.org/trac/boost/changeset/7145
Log:
use universal line endings for testing
Text files modified: 
   sandbox/template_under_construction/file_template/libs/file_template/test/test.py |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/template_under_construction/file_template/libs/file_template/test/test.py
==============================================================================
--- sandbox/template_under_construction/file_template/libs/file_template/test/test.py	(original)
+++ sandbox/template_under_construction/file_template/libs/file_template/test/test.py	2007-06-25 14:57:20 EDT (Mon, 25 Jun 2007)
@@ -20,8 +20,8 @@
         test_results += '...comparing ' + a + ' and ' + b + '...\n'
     for item in dircmp.diff_files:
         test_results += 'Differing file ' + item + '\n'
-        linesa = open(os.path.join(a, item), "rb").readlines()
-        linesb = open(os.path.join(b, item), "rb").readlines()
+        linesa = open(os.path.join(a, item), "rbU").readlines()
+        linesb = open(os.path.join(b, item), "rbU").readlines()
 
         id = re.compile(' [a-fA-F0-9]{24} ')
         if item == 'project.pbxproj':