From d8beb3d35f36f6c0b7e5a57eeddf26c2faf6e56b Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 8 Apr 2011 17:28:16 +0000
Subject: [PATCH] print the domain dimension for each test suite

[[Imported from SVN: r7118]]
---
 test/localgeodesicfefunctiontest.cc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/localgeodesicfefunctiontest.cc b/test/localgeodesicfefunctiontest.cc
index 36e4f520..ced153ee 100644
--- a/test/localgeodesicfefunctiontest.cc
+++ b/test/localgeodesicfefunctiontest.cc
@@ -246,7 +246,7 @@ void testDerivativeOfGradientWRTCoefficients(const std::vector<TargetSpace>& cor
 template <int domainDim>
 void testRealTuples()
 {
-    std::cout << " --- Testing RealTuple<1> ---" << std::endl;
+    std::cout << " --- Testing RealTuple<1>, domain dimension: " << domainDim << " ---" << std::endl;
 
     typedef RealTuple<1> TargetSpace;
 
@@ -261,7 +261,7 @@ void testRealTuples()
 template <int domainDim>
 void testUnitVector2d()
 {
-    std::cout << " --- Testing UnitVector<2> ---" << std::endl;
+    std::cout << " --- Testing UnitVector<2>, domain dimension: " << domainDim << " ---" << std::endl;
 
     typedef UnitVector<2> TargetSpace;
 
@@ -301,7 +301,7 @@ void testUnitVector2d()
 template <int domainDim>
 void testUnitVector3d()
 {
-    std::cout << " --- Testing UnitVector<3> ---" << std::endl;
+    std::cout << " --- Testing UnitVector<3>, domain dimension: " << domainDim << " ---" << std::endl;
 
     typedef UnitVector<3> TargetSpace;
 
@@ -335,7 +335,7 @@ void testUnitVector3d()
 template <int domainDim>
 void testRotations()
 {
-    std::cout << " --- Testing Rotation<3> ---" << std::endl;
+    std::cout << " --- Testing Rotation<3>, domain dimension: " << domainDim << " ---" << std::endl;
 
     typedef Rotation<3,double> TargetSpace;
 
-- 
GitLab