From 90f969f273cc99ac836a35b22096e8b18b3ee5ef Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 7 May 2002 07:17:20 +0000 Subject: [PATCH] * test/project_test1.py: Remove trailing whitespace, so that the test work again, after 'print' fixes. [SVN r13712] --- test/project_test1.py | 26 +++++++++++++------------- v2/test/project_test1.py | 26 +++++++++++++------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/test/project_test1.py b/test/project_test1.py index 98e47533e..b7829cbfb 100644 --- a/test/project_test1.py +++ b/test/project_test1.py @@ -11,50 +11,50 @@ os.chdir(t.original_workdir) expected_output1="""Project Roots: - + """ expected_output2="""'%(root-dir-prefix)sdir2': - + Module for project-root is 'project-root<%(root-dir-prefix)sdir2>' - + Projects: - + '/cool-library': - + * Project root: %(root-dir-prefix)sdir2 * Parent project: (none) * Requirements: /home/ghost/build/boost-cvs * Default build: debug * Source location: %(root-dir-prefix)sdir2 * Subprojects: - + """ expected_output3="""'%(root-dir)s': - + Module for project-root is 'project-root<%(root-dir)s>' - + Projects: - + '/boost-build-test-project-1': - + * Project root: %(root-dir)s * Parent project: (none) * Requirements: multi /home/ghost/local/include * Default build: debug * Source location: %(root-dir)s * Subprojects: dir dir2 - + '/boost-build-test-project-1/dir': - + * Project root: %(root-dir)s * Parent project: %(root-dir)s * Requirements: multi /home/ghost/local/include * Default build: release * Source location: %(root-dir-prefix)sdir/src * Subprojects: - + """ # Test that correct project structure is created when jam is invoked diff --git a/v2/test/project_test1.py b/v2/test/project_test1.py index 98e47533e..b7829cbfb 100644 --- a/v2/test/project_test1.py +++ b/v2/test/project_test1.py @@ -11,50 +11,50 @@ os.chdir(t.original_workdir) expected_output1="""Project Roots: - + """ expected_output2="""'%(root-dir-prefix)sdir2': - + Module for project-root is 'project-root<%(root-dir-prefix)sdir2>' - + Projects: - + '/cool-library': - + * Project root: %(root-dir-prefix)sdir2 * Parent project: (none) * Requirements: /home/ghost/build/boost-cvs * Default build: debug * Source location: %(root-dir-prefix)sdir2 * Subprojects: - + """ expected_output3="""'%(root-dir)s': - + Module for project-root is 'project-root<%(root-dir)s>' - + Projects: - + '/boost-build-test-project-1': - + * Project root: %(root-dir)s * Parent project: (none) * Requirements: multi /home/ghost/local/include * Default build: debug * Source location: %(root-dir)s * Subprojects: dir dir2 - + '/boost-build-test-project-1/dir': - + * Project root: %(root-dir)s * Parent project: %(root-dir)s * Requirements: multi /home/ghost/local/include * Default build: release * Source location: %(root-dir-prefix)sdir/src * Subprojects: - + """ # Test that correct project structure is created when jam is invoked