test.ref 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. Failed ACL_FileMergeFile() test.
  2. Method one is #1, rv=0
  3. Method two is #2, rv=0
  4. Method one repeated is #1, rv=0
  5. Method three is #3, rv=0
  6. Method[0] = "two"
  7. Method[1] = "three"
  8. Method[2] = "one"
  9. DbType two is #2, rv=0
  10. DbType three is #3, rv=0
  11. DbType two repeated is #2, rv=0
  12. DbType four is #4, rv=0
  13. Database[0] = "db2"
  14. Database[1] = "db1"
  15. Database[2] = "db3"
  16. position 1
  17. position 2
  18. position 3
  19. position 4
  20. aclfile0 = 0
  21. aclfile1 = 1
  22. aclfile2 = 1
  23. aclfile3 = 1
  24. aclfile4 = 0
  25. aclfile5 = 0
  26. aclfile6 = 0
  27. aclfile7 = 1
  28. aclfile8 = 0
  29. aclfile9 = 3
  30. ACL file: internal-buffer
  31. Syntax error at line: 1, token: >
  32. ACL file: internal-buffer
  33. Syntax error at line: 2, token: junk
  34. aclfile10 = 1
  35. aclfile11 = 1
  36. aclfile12 = 0
  37. aclfile13 = 0
  38. aclfile14 = 0
  39. aclfile15 = 1
  40. aclfile16 = 1
  41. aclfile17 = 0
  42. aclfile18 = 0
  43. aclfile19 = 1
  44. dnsalias = *? -1
  45. dnsalias = aruba.mcom.com brain251.mcom.com? -1
  46. dns = *? -1
  47. dns != *? -2
  48. dns = aruba.mcom.com? -1
  49. dns = ai.mit.edu? -2
  50. dns = *.ai.mit.edu? -2
  51. dns = *.mit.edu? -2
  52. dns = *.edu? -2
  53. dns != *.edu? -1
  54. mistake != *.edu? -5
  55. dns > *.edu? -5
  56. ip = *? -1
  57. ip != *? -2
  58. ip = *.*.*.*? -1
  59. ip = 17.*? -1
  60. ip = 17.*.*.*? -1
  61. ip = 17.34.*? -1
  62. ip = 17.34.*.*? -1
  63. ip = 17.34.51.*? -1
  64. ip = 17.34.51.*+255.255.255.255? -1
  65. ip = 17.34.51.69+255.255.255.254, 123.45.67.89? -1
  66. ip != 17.34.51.69+255.255.255.254, 123.45.67.89? -2
  67. ip = 17.34.51.68, 17.34.51.69? -1
  68. ip = 17.34.51.68, 17.34.51.69, 123.45.67.89? -1
  69. ip != 17.34.51.68, 17.34.51.69, 123.45.67.89? -2
  70. ip = 17.34.51.68? -1
  71. ip = 17.34.51.69? -2
  72. ip = 17.34.51.69+255.255.255.254? -1
  73. ip = 17.34.50.69+255.255.254.0? -1
  74. ip = 17.35.50.69+255.254.0.0? -1
  75. ip = 16.35.50.69+254.0.0.0? -1
  76. ip = 123.45.67.89? -2
  77. ip != 123.45.67.89? -1
  78. ip > 123.45.67.89? -5
  79. ip < 123.45.67.89? -5
  80. ip >= 123.45.67.89? -5
  81. ip <= 123.45.67.89? -5
  82. mistake <= 123.45.67.89? -5
  83. time = 2120? -1
  84. time != 2120? -2
  85. time = 0700? -2
  86. time != 0700? -1
  87. time = 2400? -2
  88. time != 2400? -1
  89. time > 2120? -2
  90. time < 2120? -2
  91. time > 0700? -1
  92. time < 0700? -2
  93. time > 2400? -2
  94. time < 2400? -1
  95. time >= 2120? -1
  96. time <= 2120? -1
  97. time >= 0700? -1
  98. time <= 0700? -2
  99. time >= 2400? -2
  100. time <= 2400? -1
  101. mistake <= 2400? -5
  102. time = 0800-2200? -1
  103. time != 0800-2200? -2
  104. time = 2200-0800? -2
  105. time != 2200-0800? -1
  106. time <= 2200-0800? -5
  107. = mon? -1
  108. = tUe? -2
  109. = weD? -2
  110. = THu? -2
  111. = FrI? -2
  112. = tUe? -2
  113. = Sun? -2
  114. = mon,tuewed,thu,frisatsun? -1
  115. != mon,tuewed,thu,frisatsun? -2
  116. > Sun? -5
  117. < Sun? -5
  118. >= Sun? -5
  119. <= Sun? -5
  120. mistake <= Sun? -5