Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.6 KiB

  1. setlocal
  2. set AZDBG=0
  3. rem
  4. rem The diff below should be empty
  5. rem
  6. idw\aztest -xml > temp.out
  7. diff aztest.out temp.out
  8. idw\aztest -xml /threadtoken > temp.out
  9. diff aztest.out temp.out
  10. idw\aztest -xml /noinitall > temp.out
  11. diff aztest.out temp.out
  12. rem
  13. rem The tests below shouldn't AV
  14. rem
  15. idw\aztest -xml /sidx > temp.out
  16. idw\aztest -xml /multiaccess > temp.out
  17. idw\aztest -xml /multithread > temp.out
  18. idw\aztest -xml /multildap > temp.out
  19. idw\aztest -xml /bizrulemod > temp.out
  20. idw\aztest -xml /groupmod > temp.out
  21. rem
  22. rem These tests take a very long time so don't enable them unless you're bored
  23. rem idw\aztest /manyscopes > temp.out
  24. rem
  25. rem This test requires that abc.xml not exist
  26. rem
  27. if exist abc.xml del abc.xml
  28. cscript outold.vbs
  29. rem
  30. rem This test requires that abc.xml to exist and xml.cxx to not exist
  31. rem
  32. if exist bob.xml del bob.xml
  33. cscript tintf.vbs
  34. rem
  35. rem Test the operation cache
  36. rem
  37. cscript topcache.vbs
  38. rem
  39. rem None of the tests below should AV
  40. rem
  41. cscript tacl.wsf msxml://temp.xml 2
  42. cscript tacl.wsf msxml://temp.xml 1
  43. del temp.xml
  44. copy abc.xml temp.xml
  45. cscript topen.wsf msxml://temp.xml
  46. cscript tdata.wsf 1 msxml://temp.xml 1
  47. del temp.xml
  48. cscript tdata.wsf 1 msxml://temp.xml 2
  49. del temp.xml
  50. cscript tdata.wsf 1 msxml://temp.xml 3
  51. del temp.xml
  52. cscript tdata.wsf 1 msxml://temp.xml 4
  53. del temp.xml
  54. cscript tdata.wsf 1 msxml://temp.xml 5
  55. del temp.xml
  56. cscript tdata.wsf 1 msxml://temp.xml 6
  57. del temp.xml
  58. cscript tdata.wsf 1 msxml://temp.xml 7
  59. del temp.xml
  60. cscript tdata.wsf 1 msxml://temp.xml 8
  61. del temp.xml
  62. endlocal