From 0ceec618c365a5a4e4959631abb4f9ecbf141199 Mon Sep 17 00:00:00 2001 From: Ronald Garcia Date: Sun, 22 Feb 2004 14:41:03 +0000 Subject: [PATCH] Updated the list of test cases. [SVN r22360] --- doc/test_cases.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/test_cases.html b/doc/test_cases.html index 63198d7..c94b13a 100644 --- a/doc/test_cases.html +++ b/doc/test_cases.html @@ -99,6 +99,14 @@ Tests out operator=() on the various B.M array types. + +libs/multi_array/test/assign_to_array.cpp + +Ensure that a multi_array can be constructed from any other +array type. + + + libs/multi_array/test/index_bases.cpp @@ -142,6 +150,13 @@ Test interaction between array types and STL containers. + +libs/multi_array/test/resize.cpp + +Test the multi_array class' resizing functionality. + + + libs/multi_array/test/concept_checks.cpp