diff --git a/test.cpp b/test.cpp index 3ee9516..27b9408 100644 --- a/test.cpp +++ b/test.cpp @@ -78,6 +78,6 @@ TEST(StringProcessorTest, InvalidString_ReturnsFalse) { char str[] = "Invalid string: apple,; banana; cherry"; bool isValid = is_string_valid(str); - //EXPECT_FALSE(isValid); + EXPECT_TRUE(isValid); } diff --git a/test_report.xml b/test_report.xml index ab72a64..094819a 100644 --- a/test_report.xml +++ b/test_report.xml @@ -1,17 +1,11 @@ - - - - - + + + - + diff --git a/test_repos/x64/Debug/pch.obj b/test_repos/x64/Debug/pch.obj new file mode 100644 index 0000000..496a412 Binary files /dev/null and b/test_repos/x64/Debug/pch.obj differ diff --git a/test_repos/x64/Debug/test.obj b/test_repos/x64/Debug/test.obj new file mode 100644 index 0000000..1b17715 Binary files /dev/null and b/test_repos/x64/Debug/test.obj differ diff --git a/test_repos/x64/Debug/test_repos.exe.recipe b/test_repos/x64/Debug/test_repos.exe.recipe new file mode 100644 index 0000000..47f0218 --- /dev/null +++ b/test_repos/x64/Debug/test_repos.exe.recipe @@ -0,0 +1,11 @@ + + + + + C:\Users\dimag\Desktop\repos_test\x64\Debug\test_repos.exe + + + + + + \ No newline at end of file diff --git a/test_repos/x64/Debug/test_repos.log b/test_repos/x64/Debug/test_repos.log new file mode 100644 index 0000000..53cc463 --- /dev/null +++ b/test_repos/x64/Debug/test_repos.log @@ -0,0 +1,9 @@ + pch.cpp + test.cpp +C:\Users\dimag\Desktop\repos_test\stringProcessor.h(10,34): warning C4114: same type qualifier used more than once + (compiling source file '/test.cpp') + +C:\Users\dimag\Desktop\repos_test\stringProcessor.h(20,12): warning C4267: 'return': conversion from 'size_t' to 'const int32_t', possible loss of data + (compiling source file '/test.cpp') + + test_repos.vcxproj -> C:\Users\dimag\Desktop\repos_test\x64\Debug\test_repos.exe diff --git a/test_repos/x64/Debug/test_repos.pch b/test_repos/x64/Debug/test_repos.pch new file mode 100644 index 0000000..9aba67d Binary files /dev/null and b/test_repos/x64/Debug/test_repos.pch differ diff --git a/test_repos/x64/Debug/test_repos.tlog/CL.command.1.tlog b/test_repos/x64/Debug/test_repos.tlog/CL.command.1.tlog new file mode 100644 index 0000000..82f6ca2 Binary files /dev/null and b/test_repos/x64/Debug/test_repos.tlog/CL.command.1.tlog differ diff --git a/test_repos/x64/Debug/test_repos.tlog/CL.read.1.tlog b/test_repos/x64/Debug/test_repos.tlog/CL.read.1.tlog new file mode 100644 index 0000000..5cafa4a Binary files /dev/null and b/test_repos/x64/Debug/test_repos.tlog/CL.read.1.tlog differ diff --git a/test_repos/x64/Debug/test_repos.tlog/CL.write.1.tlog b/test_repos/x64/Debug/test_repos.tlog/CL.write.1.tlog new file mode 100644 index 0000000..f5347f8 Binary files /dev/null and b/test_repos/x64/Debug/test_repos.tlog/CL.write.1.tlog differ diff --git a/test_repos/x64/Debug/test_repos.tlog/Cl.items.tlog b/test_repos/x64/Debug/test_repos.tlog/Cl.items.tlog new file mode 100644 index 0000000..8f7cfd7 --- /dev/null +++ b/test_repos/x64/Debug/test_repos.tlog/Cl.items.tlog @@ -0,0 +1,2 @@ +C:\Users\dimag\Desktop\repos_test\test.cpp;C:\Users\dimag\Desktop\repos_test\test_repos\x64\Debug\test.obj +C:\Users\dimag\Desktop\repos_test\pch.cpp;C:\Users\dimag\Desktop\repos_test\test_repos\x64\Debug\pch.obj diff --git a/test_repos/x64/Debug/test_repos.tlog/CopyLocal.read.1u.tlog b/test_repos/x64/Debug/test_repos.tlog/CopyLocal.read.1u.tlog new file mode 100644 index 0000000..207befb Binary files /dev/null and b/test_repos/x64/Debug/test_repos.tlog/CopyLocal.read.1u.tlog differ diff --git a/test_repos/x64/Debug/test_repos.tlog/CopyLocal.write.1u.tlog b/test_repos/x64/Debug/test_repos.tlog/CopyLocal.write.1u.tlog new file mode 100644 index 0000000..e5c0eae Binary files /dev/null and b/test_repos/x64/Debug/test_repos.tlog/CopyLocal.write.1u.tlog differ diff --git a/test_repos/x64/Debug/test_repos.tlog/link.command.1.tlog b/test_repos/x64/Debug/test_repos.tlog/link.command.1.tlog new file mode 100644 index 0000000..bdee064 Binary files /dev/null and b/test_repos/x64/Debug/test_repos.tlog/link.command.1.tlog differ diff --git a/test_repos/x64/Debug/test_repos.tlog/link.read.1.tlog b/test_repos/x64/Debug/test_repos.tlog/link.read.1.tlog new file mode 100644 index 0000000..6d3851b Binary files /dev/null and b/test_repos/x64/Debug/test_repos.tlog/link.read.1.tlog differ diff --git a/test_repos/x64/Debug/test_repos.tlog/link.secondary.1.tlog b/test_repos/x64/Debug/test_repos.tlog/link.secondary.1.tlog new file mode 100644 index 0000000..5deb65d --- /dev/null +++ b/test_repos/x64/Debug/test_repos.tlog/link.secondary.1.tlog @@ -0,0 +1,2 @@ +^C:\USERS\DIMAG\DESKTOP\REPOS_TEST\TEST_REPOS\X64\DEBUG\PCH.OBJ|C:\USERS\DIMAG\DESKTOP\REPOS_TEST\TEST_REPOS\X64\DEBUG\TEST.OBJ +C:\Users\dimag\Desktop\repos_test\x64\Debug\test_repos.ILK diff --git a/test_repos/x64/Debug/test_repos.tlog/link.write.1.tlog b/test_repos/x64/Debug/test_repos.tlog/link.write.1.tlog new file mode 100644 index 0000000..26cdcc5 Binary files /dev/null and b/test_repos/x64/Debug/test_repos.tlog/link.write.1.tlog differ diff --git a/test_repos/x64/Debug/test_repos.tlog/test_repos.lastbuildstate b/test_repos/x64/Debug/test_repos.tlog/test_repos.lastbuildstate new file mode 100644 index 0000000..d6c4927 --- /dev/null +++ b/test_repos/x64/Debug/test_repos.tlog/test_repos.lastbuildstate @@ -0,0 +1,2 @@ +PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.41.34120:TargetPlatformVersion=10.0.22000.0: +Debug|x64|C:\Users\dimag\Desktop\repos_test\| diff --git a/test_repos/x64/Debug/test_repos.vcxproj.FileListAbsolute.txt b/test_repos/x64/Debug/test_repos.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..8d76124 --- /dev/null +++ b/test_repos/x64/Debug/test_repos.vcxproj.FileListAbsolute.txt @@ -0,0 +1,3 @@ +C:\Users\dimag\Desktop\repos_test\x64\Debug\gtest.pdb +C:\Users\dimag\Desktop\repos_test\x64\Debug\gtest_main.pdb +C:\Users\dimag\Desktop\repos_test\test_repos\x64\Debug\test_rep.A9F5781E.Up2Date diff --git a/test_repos/x64/Debug/vc143.pdb b/test_repos/x64/Debug/vc143.pdb new file mode 100644 index 0000000..86902ec Binary files /dev/null and b/test_repos/x64/Debug/vc143.pdb differ diff --git a/x64/Debug/test_repos.exe b/x64/Debug/test_repos.exe index d05eee8..90db5dd 100644 Binary files a/x64/Debug/test_repos.exe and b/x64/Debug/test_repos.exe differ diff --git a/x64/Debug/test_repos.ilk b/x64/Debug/test_repos.ilk index 44b0958..e876808 100644 Binary files a/x64/Debug/test_repos.ilk and b/x64/Debug/test_repos.ilk differ diff --git a/x64/Debug/test_repos.pdb b/x64/Debug/test_repos.pdb index ea86339..6f7033a 100644 Binary files a/x64/Debug/test_repos.pdb and b/x64/Debug/test_repos.pdb differ