|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55562 - sandbox-branches/bhy/py3k/libs/python/test
From: divinekid_at_[hidden]
Date: 2009-08-12 23:53:35
Author: bhy
Date: 2009-08-12 23:53:34 EDT (Wed, 12 Aug 2009)
New Revision: 55562
URL: http://svn.boost.org/trac/boost/changeset/55562
Log:
swap position of polymorphism2_auto_ptr and polymorphism to workaroud a boost.build behavior which can cause source code list rearranged thus cause test fail.
Text files modified:
sandbox-branches/bhy/py3k/libs/python/test/Jamfile.v2 | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
Modified: sandbox-branches/bhy/py3k/libs/python/test/Jamfile.v2
==============================================================================
--- sandbox-branches/bhy/py3k/libs/python/test/Jamfile.v2 (original)
+++ sandbox-branches/bhy/py3k/libs/python/test/Jamfile.v2 2009-08-12 23:53:34 EDT (Wed, 12 Aug 2009)
@@ -77,14 +77,15 @@
[ bpl-test shared_ptr ]
[ bpl-test enable_shared_from_this ]
[ bpl-test andreas_beyer ]
-[ bpl-test polymorphism ]
-[ bpl-test polymorphism2 ]
-
[ bpl-test wrapper_held_type ]
+
[ bpl-test polymorphism2_auto_ptr
- : polymorphism2_auto_ptr.py enum.py polymorphism2.py polymorphism2_auto_ptr.cpp
+ : polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp
]
+[ bpl-test polymorphism ]
+[ bpl-test polymorphism2 ]
+
[ bpl-test auto_ptr ]
[ bpl-test minimal ]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk