Fix SpiceManager test

This commit is contained in:
Alexander Bock
2014-10-06 01:43:33 +02:00
parent f7af8256dd
commit 32c2c499fa

View File

@@ -336,7 +336,7 @@ TEST_F(SpiceManagerTest, getPositionTransformMatrix){
//check for matrix consistency
for (int i = 0; i < 3; i++){
for (int j = 0; j < 3; j++){
EXPECT_DOUBLE_EQ(referenceMatrix[i][j], positionMatrix[i][j]) << "Position-matrix not set or has wrong values";
EXPECT_DOUBLE_EQ(referenceMatrix[i][j], positionMatrix[j][i]) << "Position-matrix not set or has wrong values";
}
}
//transform reference position into new frame