Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- '\\fshome\homes\ESD\S1510567021\My Documents\Visual Studio 2015\Projects\SimpleT
- est - Copy\SimpleTest'
- CMD.EXE was started with the above path as the current directory.
- UNC paths are not supported. Defaulting to Windows directory.
- [==========] Running 2 tests from 1 test case.
- [----------] Global test environment set-up.
- [----------] 2 tests from StringOpsTest
- [ RUN ] StringOpsTest.AnalyseString
- [ OK ] StringOpsTest.AnalyseString (0 ms)
- [ RUN ] StringOpsTest.CrackUncPath
- Full String 0: //Roadrunner/shared/Datasheets/Specs/2007/uart.pdf
- Hostname 1: Roadrunner
- Shared Folder 2: shared/Datasheets/Specs/2007
- Path 3: uart.pdf
- Filename with extension 4: uart
- Filename 5: pdf
- File extension 6:
- ***
- Full String 0: //Roadrunner/shared/Datasheets/Specs/2007/
- Hostname 1: Roadrunner
- Shared Folder 2: shared/Datasheets/Specs/2007
- Path 3:
- Filename with extension 4:
- Filename 5:
- File extension 6:
- ***
- CrackUncPath: Error regex pattern not found!
- CrackUncPath: Not allowed match size!
- CrackUncPath: Error regex pattern not found!
- CrackUncPath: Not allowed match size!
- Full String 0: //Roadrunner/shared/
- Hostname 1: Roadrunner
- Shared Folder 2: shared
- Path 3:
- Filename with extension 4:
- Filename 5:
- File extension 6:
- ***
- CrackUncPath: Error regex pattern not found!
- CrackUncPath: Not allowed match size!
- CrackUncPath: Path to long or empty!
- CrackUncPath: Path to long or empty!
- [ OK ] StringOpsTest.CrackUncPath (94 ms)
- [----------] 2 tests from StringOpsTest (94 ms total)
- [----------] Global test environment tear-down
- [==========] 2 tests from 1 test case ran. (94 ms total)
- [ PASSED ] 2 tests.
- Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment