From 40768c06b50c1cf04c591810f80251a850fe853d Mon Sep 17 00:00:00 2001 From: heister Date: Thu, 21 Nov 2013 03:07:40 +0000 Subject: [PATCH] write own rand() function for the test suite because cygwin has a different implementation. I hope this will not break any test. git-svn-id: https://svn.dealii.org/trunk@31745 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/symmetric_tensor_25.cc | 2 +- tests/base/symmetric_tensor_26.cc | 4 +- tests/bits/fe_q_constraints.cc | 4 +- tests/bits/full_matrix_56.cc | 4 +- tests/bits/joa_1.cc | 4 +- tests/bits/point_value_hp_01.cc | 2 +- tests/bits/point_value_hp_02.cc | 2 +- tests/bits/rt_2.cc | 2 +- tests/fail/abf_approximation_01.cc | 4 +- tests/fe/rt_approximation_01.cc | 4 +- tests/fe/rt_normal_02.cc | 2 +- tests/hp/count_dofs_per_block_01.cc | 2 +- tests/hp/count_dofs_per_block_02.cc | 2 +- tests/hp/crash_10.cc | 4 +- tests/hp/hp_hanging_nodes_02.cc | 2 +- tests/lac/full_matrix.cc | 4 +- tests/lac/full_matrix_02.cc | 2 +- tests/lac/full_matrix_03.cc | 2 +- tests/lac/full_matrix_04.cc | 10 ++-- tests/lac/sparse_ilu.cc | 2 +- tests/lac/sparse_ilu_t.cc | 2 +- tests/lac/sparse_matrix_Tmmult_01.cc | 8 +-- tests/lac/sparse_matrix_Tmmult_02.cc | 10 ++-- tests/lac/sparse_matrix_mmult_01.cc | 8 +-- tests/lac/sparse_matrix_mmult_02.cc | 10 ++-- tests/lac/sparse_mic.cc | 2 +- tests/mpi/constraint_matrix_trilinos_bug.cc | 2 +- tests/mpi/mg_05.cc | 2 +- tests/mpi/mg_06.cc | 2 +- tests/mpi/p4est_2d_constraintmatrix_03.cc | 2 +- tests/mpi/p4est_2d_constraintmatrix_04.cc | 6 +- tests/mpi/p4est_3d_constraintmatrix_01.cc | 2 +- tests/mpi/p4est_3d_constraintmatrix_02.cc | 2 +- tests/mpi/p4est_3d_constraintmatrix_03.cc | 6 +- tests/tests.h | 63 +++++++++++++++++++++ 35 files changed, 127 insertions(+), 64 deletions(-) diff --git a/tests/base/symmetric_tensor_25.cc b/tests/base/symmetric_tensor_25.cc index 6b74730049..d61f2359e4 100644 --- a/tests/base/symmetric_tensor_25.cc +++ b/tests/base/symmetric_tensor_25.cc @@ -33,7 +33,7 @@ void check () { SymmetricTensor<2,dim> S; for (unsigned int i=0; i