FTPListTests.dfm 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. object dmFTPListTest: TdmFTPListTest
  2. OldCreateOrder = False
  3. Left = 192
  4. Top = 103
  5. Height = 150
  6. Width = 215
  7. object bxUnixLSandSimilar: TBXBubble
  8. Category = 'FTP List'
  9. CategoryComponent = NoCategoryComponent.Owner
  10. Description = 'Unix FTP List and Similar formats'
  11. Details.Strings = (
  12. 'This tests FTP List parsing in Unix, Unitree, and Novell Print S' +
  13. 'ervices for Unix (NFS Namespace) FTP Deamon. Note that these ha' +
  14. 've similar formats but they are NOT the same exact format. This' +
  15. ' also tests variations such as MacOS Peter'#39's FTP Server and Unix' +
  16. ' /bin/ls format with ACL'#39's, the FreeBSD -i switch, the /bin/ls -' +
  17. 'go switch, and ProFTPD on CygWin.')
  18. OnTest = bxUnixLSandSimilarTest
  19. Left = 88
  20. Top = 56
  21. end
  22. object bxWin32IISForms: TBXBubble
  23. Category = 'FTP List'
  24. CategoryComponent = NoCategoryComponent.Owner
  25. Description = 'Win32 IIS List format tests'
  26. OnTest = bxWin32IISFormsTest
  27. Left = 40
  28. Top = 8
  29. end
  30. object bxSterlingComTests: TBXBubble
  31. Category = 'FTP List'
  32. CategoryComponent = NoCategoryComponent.Owner
  33. Description = 'Sterling Commerce list parsing tests.'
  34. OnTest = bxSterlingComTestsTest
  35. Left = 136
  36. Top = 24
  37. end
  38. object bxOS2Test: TBXBubble
  39. Category = 'FTP List'
  40. CategoryComponent = NoCategoryComponent.Owner
  41. Description = 'OS/2 FTP List parsing.'
  42. OnTest = bxOS2TestTest
  43. Left = 24
  44. Top = 72
  45. end
  46. end