1. 31cc17d Added EmailableReporter by cbeust · 18 years ago
  2. 062d51d classfileset is automatically appending a selector for **/*.class files by the.mindstorm · 18 years ago
  3. b218184 include resources dir in the distro zip by the.mindstorm · 18 years ago
  4. bfa74b3 order of source dirs by the.mindstorm · 18 years ago
  5. 2ea9333 Fixed bug TESTNG-106 (Failed "@BeforeSuite" method just skipps the last test in xml-file) by the.mindstorm · 18 years ago
  6. 08ebf81 Fix for success on 0 test run (http://forums.opensymphony.com/thread.jspa?threadID=41213) by the.mindstorm · 18 years ago
  7. ad23a3d Put the timeout tests in their own directory by cbeust · 18 years ago
  8. f91c2a6 updated ChangeLog by the.mindstorm · 18 years ago
  9. c875d81 completely refactored support for running JUnit tests by the.mindstorm · 18 years ago
  10. b75a667 fixed problem running JDK1.4 tests with JDK5 distro by the.mindstorm · 18 years ago
  11. 5a7f440 small reporting improvements by the.mindstorm · 18 years ago
  12. 6b47203 fixed build to correctly run JDK1.4 tests with JDK5 version by the.mindstorm · 18 years ago
  13. d58f598 Removed superfluous setAllTestMethods. Added time-out in <suite> and <test> by cbeust · 18 years ago
  14. c423d17 removed catch block from SuiteWorker by the.mindstorm · 18 years ago
  15. 1942e42 small fixes by the.mindstorm · 18 years ago
  16. af55c30 Added ParallelTestTest to testng.xml by cbeust · 18 years ago
  17. 495b6d8 Fixed Misc test, updated documentation for the new parallel attribute by cbeust · 18 years ago
  18. 4b9824b Parallel test mode can now be specified from XML: <suite parallel="tests"> by cbeust · 18 years ago
  19. a1d43ef Two new links to the Misc section by cbeust · 18 years ago
  20. fe3dc89 Patch to run <test> in parallel. Disabled for now, next: add XML support. by cbeust · 18 years ago
  21. a6fd161 File creating logs moved to level 3 by the.mindstorm · 18 years ago
  22. 71e5502 applyed patch for NPE (submitted by Dustim) by the.mindstorm · 18 years ago
  23. 3bebe44 Fixed build break in other-jar target by cbeust · 18 years ago
  24. f3f45e3 Documented the new @ command line parameter by cbeust · 18 years ago
  25. c2408c3 Modified CHANGES.txt by cbeust · 18 years ago
  26. 0cc4f38 Added: TestNGAntTask now uses the @ syntax to invoke TestNG by cbeust · 18 years ago
  27. 26b0c78 Added: Command line understands @ syntax by cbeust · 18 years ago
  28. 5cad4ee Doc update by cbeust · 18 years ago
  29. cab406d Updated documentation to user prettyprint.js by cbeust · 18 years ago
  30. 6d98195 Removed Javadocs from the repository by cbeust · 18 years ago
  31. e24b380 Added: JUnitConverter uses the new syntax Added: -groups to JUnitConverter by cbeust · 18 years ago
  32. 8bee407 Now creating other-jars/ by cbeust · 18 years ago
  33. 6e454c7 Throw proper exception when a DataProvider declares parameters by cbeust · 18 years ago
  34. fcbeace Updated doc and command line usage with threadcount by cbeust · 18 years ago
  35. 3c73b79 Added -threadcount and threadcount to ant task by cbeust · 18 years ago
  36. 5295205 Documented testng.test.classpath by cbeust · 18 years ago
  37. 837d1a2 Fixed sequential so it uses the common thread pool by cbeust · 18 years ago
  38. 0186445 Minor fixes by cbeust · 18 years ago
  39. aa33b32 Minor fix by cbeust · 18 years ago
  40. d6b2cdc Javadoc update by cbeust · 18 years ago
  41. 335d92c Doc update by cbeust · 18 years ago
  42. 96761aa Minor fixes by cbeust · 18 years ago
  43. e4d3a2e Updated doc by cbeust · 18 years ago
  44. 8855dc4 Updated CHANGES and version to 5.1beta by cbeust · 18 years ago
  45. 30fce3d Added: @Test(sequential = true) by cbeust · 18 years ago
  46. bd30f26 Updated Javadocs by cbeust · 18 years ago
  47. a8bede1 improved support for TESTNG-40 by the.mindstorm · 18 years ago
  48. 3aa481d a hack for TESTNG-40 (far from being fixed) by the.mindstorm · 18 years ago
  49. 13e8f50 added new feature to Eclipse plugin: TESTNG-97 (double click top stack to raise comparison) by the.mindstorm · 18 years ago
  50. 997a593 Fix for TESTNG-101 by the.mindstorm · 18 years ago
  51. dc1870e small optimization in TestNGClassFinder.isTestNGClass by the.mindstorm · 18 years ago
  52. 0751d26 test-output-tests dir added to ignore list by the.mindstorm · 18 years ago
  53. 7276490 improved package filtering when testng.test.classpath is used by the.mindstorm · 18 years ago
  54. f20ea84 a quick fix for the SuiteRunner: unique and ordered @Before/AfterSuite by the.mindstorm · 18 years ago
  55. 7a03ee7 Renamed project to "TestNG" by cbeust · 18 years ago
  56. ca895ef Fixed: TESTNG-102 (Incorrect ordering of @BeforeMethod calls when a dependency is specified). by cbeust · 18 years ago
  57. 990017e SVN glitch: resubmit this file by cbeust · 18 years ago
  58. 02c5226 Simpler version for dataprovider doc by cbeust · 18 years ago
  59. 9099e25 fixed a possible synch problem with the invocation of @BeforeClass by the.mindstorm · 18 years ago
  60. 8c8959b updated TestNG version to 5.1 by the.mindstorm · 18 years ago
  61. a10e6b8 updated ChangeLog by the.mindstorm · 18 years ago
  62. 8ca3572 Fix for TESTNG-37 (pass null to parameter from suite definition) by the.mindstorm · 18 years ago
  63. 725e994 testng-1.0.dtd added to ignore list by the.mindstorm · 18 years ago
  64. 13d0993 fix for TESTNG-56 (invocation of @Before/AfterClass methods) by the.mindstorm · 18 years ago
  65. 43a6a24 Eclipse project renamed to TestNG1.5 by the.mindstorm · 18 years ago
  66. 5801ad5 quick hack to fix TESTNG-40 by the.mindstorm · 18 years ago
  67. 323d804 fix for TESTNG-59 and TESTNG-93 by the.mindstorm · 18 years ago
  68. fef3b0a synched exception printstacktrace (they were breaking the output) by the.mindstorm · 18 years ago
  69. fa2569f improved reports (also fix for TESTNG-7) by the.mindstorm · 18 years ago
  70. b6cb18f added class to method reports (otherwise was quite hard to read it) by the.mindstorm · 18 years ago
  71. 57a9e76 build and test-output dirs added to ignore list by the.mindstorm · 18 years ago
  72. a87a693 removed test.output.OutputTest (Regression2) from suite def (missing class) by the.mindstorm · 18 years ago
  73. c4b6d9a support added for specifying test only classpath through sysproperty "testng.test.classpath" by the.mindstorm · 18 years ago
  74. 9334e83 output dirs added to ignore list by the.mindstorm · 18 years ago
  75. 026e546 test for TESTNG-93 by the.mindstorm · 18 years ago
  76. 3a33bc7 test-output, z_build, *.launch added to ignore list by the.mindstorm · 18 years ago
  77. bfc892e Fix TESNTG-81 by the.mindstorm · 18 years ago
  78. 2d78d7a tools.jar is needed for compilation (define variable TOOLS15_LIB to point to it) by the.mindstorm · 18 years ago
  79. 8fc1e9f removed testng not-needed dir by the.mindstorm · 18 years ago
  80. ee1fea1 Delete tmp directory by cbeust · 18 years ago
  81. 6e35f9f Committing .classpath and .project to make future check outs easier. by cbeust · 18 years ago
  82. f8e0cb4 Share project 'TestNG Subversion' into 'https://testng.googlecode.com/svn/trunk/testng' by cbeust · 18 years ago
  83. 42e7163 Share project 'tralala' into 'https://testng.googlecode.com/svn/trunk/tralala' by the.mindstorm · 18 years ago
  84. 6b01a02 by cbeust · 18 years ago
  85. 336f0ef Initial commit by cbeust · 18 years ago
  86. cc3b796 editted on purpose by the.mindstorm · 18 years ago
  87. 88dae78 by cbeust · 18 years ago
  88. fed6595 Initial commit by cbeust · 18 years ago
  89. 3a07961 Wipe the directory so we can re-create it better by cbeust · 18 years ago
  90. 65d3ef3 Initial commit by cbeust · 18 years ago
  91. 587b147 Initial commit by cbeust · 18 years ago
  92. afc4d6d Initial commit by cbeust · 18 years ago
  93. 7411bf6 Initial commit by cbeust · 18 years ago
  94. e58505a Initial commit by cbeust · 18 years ago
  95. b02358f Initial commit by cbeust · 18 years ago
  96. 5507bb2 Initial commit by cbeust · 18 years ago
  97. 85ffe9b Initial commit by cbeust · 18 years ago
  98. a6d7b4e Initial commit by cbeust · 18 years ago
  99. 1ff79ae Initial commit by cbeust · 18 years ago
  100. b605852 Initial commit by cbeust · 18 years ago