Просмотр исходного кода

Correct testing bugs:

    either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
    (in my code only)

    or adding "return boost::report_errors();" where it was clearly
    missing (and a pure bug, in anyone's code).

    or changing BOOST_TEST to BOOST_CHECK where the integer library
    was clearly using Boost.Test and not returning report_errors().


[SVN r37063]
Dave Abrahams 19 лет назад
Родитель
Сommit
6e767cf77f
8 измененных файлов с 8 добавлено и 8 удалено
  1. 1 1
      libs/functional
  2. 1 1
      libs/graph
  3. 1 1
      libs/integer
  4. 1 1
      libs/iterator
  5. 1 1
      libs/multi_array
  6. 1 1
      libs/parameter
  7. 1 1
      libs/python
  8. 1 1
      libs/spirit

+ 1 - 1
libs/functional

@@ -1 +1 @@
-Subproject commit d63450595504a8b6cfd39ff46fbb474be6aa44da
+Subproject commit 12cc28a847916359df9015f4e338ed63319c3988

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit 02cdd5c0f8141c8d4e8d95c89ab3981d185af0d9
+Subproject commit 3125c8577d762674a5002ae25a324dca2a784597

+ 1 - 1
libs/integer

@@ -1 +1 @@
-Subproject commit 7ce7ba6bfd17382d2cc32bb8eac0f73c1f51e278
+Subproject commit 167961aba10a9887976850aa9231532f4e4893f5

+ 1 - 1
libs/iterator

@@ -1 +1 @@
-Subproject commit 93c010eb51ca2cb5334aa6683c01c7002d83e19d
+Subproject commit aa483f4961157f5ab8cb1594dbd8f854544ce668

+ 1 - 1
libs/multi_array

@@ -1 +1 @@
-Subproject commit e5b2e16a7f448acbb421dfe6c0e154929995fd39
+Subproject commit 618aae50a3e036e4d44da22a9493aadd57f665f4

+ 1 - 1
libs/parameter

@@ -1 +1 @@
-Subproject commit 28ed7b9704f2537c4b1ca32a6c20eee8a773c779
+Subproject commit ccf40a29c194eb7547ad532523e1e3971ae0ba8b

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit c73ad50286f92306f501b3f2d83bd8305b5e5444
+Subproject commit c880e7d69d147a708e41089e76030120adbe3f0f

+ 1 - 1
libs/spirit

@@ -1 +1 @@
-Subproject commit 2cbe22a71289e1d85a6b6c7289fbe119d4a69823
+Subproject commit 96683a99e221befc58b28dfaca22574fe588d619

粤ICP备19079148号