Skip to content

Commit 0505da8

Browse files
committed
Moved src/tests/data-tests to src/tests/data
1 parent e116156 commit 0505da8

File tree

15 files changed

+8
-8
lines changed

15 files changed

+8
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/tests/data-tests/read-file/example-voiting-app/docker-compose.yml renamed to src/tests/data/read-file/example-voiting-app/docker-compose.yml

File renamed without changes.

src/tests/data-tests/read-write-file/docker-compose.output.yml renamed to src/tests/data/read-write-file/docker-compose.output.yml

File renamed without changes.
File renamed without changes.
File renamed without changes.

src/tests/test_double_value.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int main() {
4242
char buff[FILENAME_MAX];
4343
GetCurrentDir(buff, FILENAME_MAX );
4444
std::cout << "Current path: " << buff << std::endl;
45-
std::string sFilepath = "../../../src/tests/data-tests/float-double/example.yml";
45+
std::string sFilepath = "../../../src/tests/data/float-double/example.yml";
4646
// find path
4747
{
4848
std::ifstream file_(sFilepath.c_str());

src/tests/test_float_value.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int main() {
4242
char buff[FILENAME_MAX];
4343
GetCurrentDir(buff, FILENAME_MAX);
4444
std::cout << "Current path: " << buff << std::endl;
45-
std::string sFilepath = "../../../src/tests/data-tests/float-double/example.yml";
45+
std::string sFilepath = "../../../src/tests/data/float-double/example.yml";
4646
// find path
4747
{
4848
std::ifstream file_(sFilepath.c_str());

0 commit comments

Comments
 (0)