User story #290
Testing strategy for files.
0%
Description
Uniform the testing strategy for tests that work with files (and directories), so that these can be removed at the end of the tests.
Source code files modified¶
- Source/Core/FileSystem/L1Portability/Environment/Linux/Directory.cpp
- Test/Core/FileSystem/L1Portability/BasicFileTest.cpp
- Test/Core/FileSystem/L1Portability/BasicFileGTest.cpp
- Test/GTest/DirectoryGTest.cpp
- Test/Core/BareMetal/L1Portability/BasicConsoleGTest.cpp
Architecture & design review¶
Date of the review: 09/12/2015
Person who did the review: André Neto
Version of architecture & design document: N/A.
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: 18/12/2015
Person who did the review: R. Vitelli
Result of review: PASS
List of non-conformities: N/A.
Unit test review¶
Date of the review: 18/12/2015
Person who did the review: R. Vitelli
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities: N/A
Associated revisions
#290 Used file redirecting for console input and the MARTe
DirectoryScanner implementation to clean the environment after BasicFile
tests
#290 removed unistd.h
#290 Added the BasicFile clean environment
#290 Fixed bug in Directory::Create.
Changed creat() function to open() in order to set the right flags
and have it return false if the file already exists.
This also fixes DirectoryGTest::TestCreate_File1.
#290 Moved Create_ and Delete_Directory() in the test case SetUp() and
TearDown().
History
#1 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#2 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Impl to Code: Rev
#3 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
code implementation done: f8a66c48b8c4f329501b49d55af463472a61bd6f
branched from develop
#4 Updated by Giuseppe Ferro over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
#5 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
#6 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
#7 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to Riccardo Vitelli
#8 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
- Status changed from Code: Rev to Closed
- Assignee deleted (
Riccardo Vitelli)
#9 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
#290 Put a rule in the makefile. The test files will be deleted at each
new compilation or doing "make -f Makefile.* clean_test_files"