Skip to content

Commit 8a7348d

Browse files
authored
[core] Move file util tests (#32330)
### Details: - Move file utils test to `ov_util_tests` target which holds other OpenVINO util tests. ### Tickets: - N/A --------- Signed-off-by: Raasz, Pawel <[email protected]>
1 parent 8cad1ca commit 8a7348d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/core/tests/file_util.cpp renamed to src/tests/test_utils/common_test_utils/tests/file_util_test.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include "openvino/core/visibility.hpp"
1616
#include "openvino/util/file_path.hpp"
1717

18-
using namespace std;
19-
using namespace ov;
18+
namespace ov::test {
19+
using std::string;
2020

2121
TEST(file_util, path_join) {
2222
{
@@ -633,3 +633,4 @@ TEST_F(FileUtilTest, androidWithCutFileSizeTest) {
633633
EXPECT_EQ(ov::util::file_size(ov::util::Path("android_test_file_20.txt!_to_cut.jar")), 20);
634634
}
635635
#endif
636+
} // namespace ov::test

0 commit comments

Comments
 (0)