hawxgamer

iseue3bsp1output

Nov 10th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. '\\fshome\homes\ESD\S1510567021\My Documents\Visual Studio 2015\Projects\SimpleT
  2. est - Copy\SimpleTest'
  3. CMD.EXE was started with the above path as the current directory.
  4. UNC paths are not supported. Defaulting to Windows directory.
  5. [==========] Running 2 tests from 1 test case.
  6. [----------] Global test environment set-up.
  7. [----------] 2 tests from StringOpsTest
  8. [ RUN ] StringOpsTest.AnalyseString
  9. [ OK ] StringOpsTest.AnalyseString (0 ms)
  10. [ RUN ] StringOpsTest.CrackUncPath
  11. Full String 0: //Roadrunner/shared/Datasheets/Specs/2007/uart.pdf
  12. Hostname 1: Roadrunner
  13. Shared Folder 2: shared/Datasheets/Specs/2007
  14. Path 3: uart.pdf
  15. Filename with extension 4: uart
  16. Filename 5: pdf
  17. File extension 6:
  18. ***
  19. Full String 0: //Roadrunner/shared/Datasheets/Specs/2007/
  20. Hostname 1: Roadrunner
  21. Shared Folder 2: shared/Datasheets/Specs/2007
  22. Path 3:
  23. Filename with extension 4:
  24. Filename 5:
  25. File extension 6:
  26. ***
  27. CrackUncPath: Error regex pattern not found!
  28. CrackUncPath: Not allowed match size!
  29. CrackUncPath: Error regex pattern not found!
  30. CrackUncPath: Not allowed match size!
  31. Full String 0: //Roadrunner/shared/
  32. Hostname 1: Roadrunner
  33. Shared Folder 2: shared
  34. Path 3:
  35. Filename with extension 4:
  36. Filename 5:
  37. File extension 6:
  38. ***
  39. CrackUncPath: Error regex pattern not found!
  40. CrackUncPath: Not allowed match size!
  41. CrackUncPath: Path to long or empty!
  42. CrackUncPath: Path to long or empty!
  43. [ OK ] StringOpsTest.CrackUncPath (94 ms)
  44. [----------] 2 tests from StringOpsTest (94 ms total)
  45.  
  46. [----------] Global test environment tear-down
  47. [==========] 2 tests from 1 test case ran. (94 ms total)
  48. [ PASSED ] 2 tests.
  49. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment