Loading src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_1D.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -499,7 +499,7 @@ TEST_F(DistributedGridTest_1D, readDistributedMeshFunction) TNL::MPI::Barrier(); TNL::MPI::Barrier(); if( TNL::MPI::GetRank() == 0 ) { if( TNL::MPI::GetRank() == 0 ) { EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_GT( fs::remove_all( baseName ), 1 ); EXPECT_GT( fs::remove_all( baseName ), 1u ); } } } } #endif #endif Loading src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_2D.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1129,7 +1129,7 @@ TEST_F(DistributedGridTest_2D, readDistributedMeshFunction) TNL::MPI::Barrier(); TNL::MPI::Barrier(); if( TNL::MPI::GetRank() == 0 ) { if( TNL::MPI::GetRank() == 0 ) { EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_GT( fs::remove_all( baseName ), 1 ); EXPECT_GT( fs::remove_all( baseName ), 1u ); } } } } #endif #endif Loading src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_3D.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -810,7 +810,7 @@ TEST_F(DistributedGridTest_3D, readDistributedMeshFunction) TNL::MPI::Barrier(); TNL::MPI::Barrier(); if( TNL::MPI::GetRank() == 0 ) { if( TNL::MPI::GetRank() == 0 ) { EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_GT( fs::remove_all( baseName ), 1 ); EXPECT_GT( fs::remove_all( baseName ), 1u ); } } } } #endif #endif Loading Loading
src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_1D.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -499,7 +499,7 @@ TEST_F(DistributedGridTest_1D, readDistributedMeshFunction) TNL::MPI::Barrier(); TNL::MPI::Barrier(); if( TNL::MPI::GetRank() == 0 ) { if( TNL::MPI::GetRank() == 0 ) { EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_GT( fs::remove_all( baseName ), 1 ); EXPECT_GT( fs::remove_all( baseName ), 1u ); } } } } #endif #endif Loading
src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_2D.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1129,7 +1129,7 @@ TEST_F(DistributedGridTest_2D, readDistributedMeshFunction) TNL::MPI::Barrier(); TNL::MPI::Barrier(); if( TNL::MPI::GetRank() == 0 ) { if( TNL::MPI::GetRank() == 0 ) { EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_GT( fs::remove_all( baseName ), 1 ); EXPECT_GT( fs::remove_all( baseName ), 1u ); } } } } #endif #endif Loading
src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_3D.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -810,7 +810,7 @@ TEST_F(DistributedGridTest_3D, readDistributedMeshFunction) TNL::MPI::Barrier(); TNL::MPI::Barrier(); if( TNL::MPI::GetRank() == 0 ) { if( TNL::MPI::GetRank() == 0 ) { EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_TRUE( fs::remove( mainFilePath ) ); EXPECT_GT( fs::remove_all( baseName ), 1 ); EXPECT_GT( fs::remove_all( baseName ), 1u ); } } } } #endif #endif Loading