Commit 495a74b6 authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Commented out operator equals test.

parent bbb5a422
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -121,12 +121,12 @@ TYPED_TEST( BiEllpackMatrixTest, vectorProductTest )
    test_VectorProduct< BiEllpackMatrixType >();
}

TYPED_TEST( BiEllpackMatrixTest, operatorEqualsTest )
{
    using BiEllpackMatrixType = typename TestFixture::BiEllpackMatrixType;
    
    test_OperatorEquals< BiEllpackMatrixType >();
}
//TYPED_TEST( BiEllpackMatrixTest, operatorEqualsTest )
//{
//    using BiEllpackMatrixType = typename TestFixture::BiEllpackMatrixType;
//    
//    test_OperatorEquals< BiEllpackMatrixType >();
//}

TYPED_TEST( BiEllpackMatrixTest, saveAndLoadTest )
{