1. 0da5605 change versions to 3.0 by apanchenk · 13 years ago v20110423
  2. 7f945c5 change versions to 3.0 by apanchenk · 13 years ago
  3. a4b0310 java 1.5, generics, eclipse code style by apanchenk · 14 years ago
  4. f7b098c patched from vlad for inline fixes and actions on views by jcompagne · 14 years ago
  5. 596cc45 update versions by apanchenk · 14 years ago
  6. 08bdb93 ignore target/ folders by apanchenk · 14 years ago
  7. 805e8cf added maven/tycho build by aplatov · 14 years ago
  8. eead4b5 * fix for tcl testing engines. by asobolev · 15 years ago v20090914-1703
  9. 663077d * Versions for core, tcl, ruby plugins by asobolev · 15 years ago
  10. d87f52f * added some singleton synchronization stuff by asobolev · 15 years ago
  11. 2b0c1ac * add API baseline analysis to all plugins by asobolev · 15 years ago
  12. 6706302 remove Incubation keyword by apanchenk · 15 years ago
  13. 2f3ba23 use NLS.bind() by apanchenk · 15 years ago
  14. 721adbb use ICU by apanchenk · 15 years ago
  15. ee1f61b use ICU by apanchenk · 15 years ago
  16. 0de1fc8 Corrected externalization warnings. by ssanders · 16 years ago
  17. 7b56c2b Corrected settings to warn for non-externalized strings. by ssanders · 16 years ago
  18. 32b4000 Corrected to use a more appropriate 'testing' icon. by ssanders · 16 years ago
  19. bb56b7d Corrected externalization. by ssanders · 16 years ago
  20. dc31f84 rerun failed tests for RSpec by apanchenk · 16 years ago
  21. 65246df small API changes by apanchenk · 16 years ago
  22. 8905530 removed "public void setName(String name)" by apanchenk · 16 years ago
  23. 8ba8325 Rerun Failures action by apanchenk · 16 years ago
  24. 230a2f9 do not add "Runner" to the categories by apanchenk · 16 years ago v20080919-1935
  25. 0fea039 special icons for categories implemented by apanchenk · 16 years ago
  26. b19f229 sort categories first by apanchenk · 16 years ago
  27. 1eec0df XML serialization correctly handles categories by apanchenk · 16 years ago
  28. 1af2dbb BUNDLE_NAME fixed by apanchenk · 16 years ago
  29. 2178334 category engines added by apanchenk · 16 years ago
  30. f8332ca TestCategoryElement entity introduced by apanchenk · 16 years ago
  31. 6d6a1e1 decode escaped comma and backslash by apanchenk · 16 years ago
  32. f5b9f52 NatureExtensionPoint moved to the dltk.core plugin by apanchenk · 16 years ago
  33. 43fc6e6 initialize action as checkbutton by apanchenk · 16 years ago
  34. a5d6895 stack filtering added to the public API by apanchenk · 16 years ago
  35. b3f5215 remove deprecated/junit-specific extension points by apanchenk · 16 years ago
  36. aee7e23 OpenEditorAction_error_cannotopen_message=Test element not found in selected project by apanchenk · 16 years ago
  37. 3d0ea2f update testName in TEST_END by apanchenk · 16 years ago
  38. 2e8b507 RSpec launcher by apanchenk · 16 years ago
  39. 88a4cc8 call canRerun() with test case - so we don't display not working actions by apanchenk · 16 years ago
  40. 9190ca3 TestCaseElement.getClass*Name methods removed by apanchenk · 16 years ago
  41. 6242abe getTestMethodName() removed by apanchenk · 16 years ago
  42. 3adc7d3 removed deprecated code by apanchenk · 16 years ago
  43. 3b426f3 removed deprecated code by apanchenk · 16 years ago
  44. 59b9d12 pass ITestElement as parameter, so we don't need to pass separate parameters for class and method names by apanchenk · 16 years ago
  45. 9195943 removed call to the #getTestMethodName() by apanchenk · 16 years ago
  46. 4c40078 getTestStartedMessage(ITestCaseElement caseElement) method added to the ITestRunnerUI interface -- removing references to the #getTestMethodName() by apanchenk · 16 years ago
  47. f06c2f9 remove some of the references to the getTestMethod() by apanchenk · 16 years ago
  48. 5d4139f NON-NLS comment corrected by apanchenk · 16 years ago
  49. 5d598a2 adjust total test count if already collected number of tests greater than it by apanchenk · 16 years ago
  50. 1d7b988 getTestName() method added by apanchenk · 16 years ago
  51. fbe69c9 resolveElement(...) should not be here - it is requested thru getAdapter() by apanchenk · 16 years ago
  52. b32c3ab introduced new ITestElementResolver, old resolver code is called if there is no new implementation by apanchenk · 16 years ago
  53. 30add10 handleDefaultSelected() -> protected by apanchenk · 16 years ago
  54. 2604957 formatting by apanchenk · 16 years ago
  55. 4d1f41f - ITestRunnerUI interface introduced by apanchenk · 16 years ago
  56. 41a9a62 ID_EXTENSION_POINT_TEST_KINDS removed by apanchenk · 16 years ago
  57. 199f283 use CharOperation.NO_STRINGS instead of new String[0] by apanchenk · 16 years ago
  58. 9af6114 unused import removed by apanchenk · 16 years ago
  59. 136896e attribute renamed to the LAUNCH_ATTR_KEY and related operations rewritten by apanchenk · 16 years ago
  60. 017f686 formatter by apanchenk · 16 years ago
  61. 1cae111 move ATTR constant to the DLTKTestingConstants by apanchenk · 16 years ago
  62. 0d897ed unused files removed by apanchenk · 16 years ago
  63. f7c4073 Bundle-ActivationPolicy: lazy added by apanchenk · 16 years ago
  64. 5bea2bc ITestingEngine moved to dltk.testing, unused *TestKind* classes removed by apanchenk · 16 years ago
  65. c56408a messages extracted by apanchenk · 16 years ago
  66. ae5354d messages added by apanchenk · 16 years ago
  67. 7f4ce07 constants moved to the public API by apanchenk · 16 years ago
  68. d9bf8b9 ruby testing launch configuration UI by apanchenk · 16 years ago
  69. 0daec52 public static ILaunchConfiguration fixMappedResources(ILaunchConfiguration config) method introduced by apanchenk · 16 years ago
  70. 76e839b s/Junit test/unit test/ by apanchenk · 16 years ago
  71. 2997910 register all available launches at start() because the 1st launch is created before this plugin is initialized so we need this workaround by apanchenk · 16 years ago
  72. ddc8d01 ITestingModel interface introduced, initialize server socket to accept connection from the started test by apanchenk · 16 years ago
  73. 3f62c3d thread renamed by apanchenk · 16 years ago
  74. 65505bb implements ITestRunnerClient by apanchenk · 16 years ago
  75. 17d1c8d TestRunnerClient over socket by apanchenk · 16 years ago
  76. 937d787 ITestRunnerClient interface introduced by apanchenk · 16 years ago
  77. 7ae987b addOperation(Runnable) method introduced to simplify code by apanchenk · 16 years ago
  78. 1a26bcf RRunner removed - call SafeRunner directly by apanchenk · 16 years ago
  79. 73eb04f formatting by apanchenk · 16 years ago
  80. 356b93b * Version update (DLTK-654) by asobolev · 16 years ago
  81. 7a5beb1 compiler.compliance=1.4 by apanchenk · 16 years ago
  82. d81e11e introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter by apanchenk · 16 years ago
  83. 81740cb fixing plugin/feature names by aplatov · 16 years ago v20080507-1710
  84. 1b90127 * version 1.0 to 0.95 down grade by asobolev · 16 years ago
  85. 657574b updating about files by aplatov · 16 years ago
  86. 066084e * adding language toolkit to some search operations by asobolev · 16 years ago
  87. cf5d2b1 Corrected line endings in order to prevent doubling and merge conflicts. by ssanders · 16 years ago
  88. 6cd9d74 Corrected all externalization warnings in DLTK Core and Ruby in order to enable a localized release. by ssanders · 17 years ago
  89. 0a3a0e2 Added preference override in order to prevent externalization warnings in test projects. by ssanders · 17 years ago
  90. a947e21 *fixes by asobolev · 17 years ago
  91. bd76cf5 * improved testing infrastructure by asobolev · 17 years ago
  92. 2051992 * tcl package managmenet improvements by asobolev · 17 years ago
  93. 92aefc7 * xotcl fixes by asobolev · 17 years ago v20071025
  94. 50c7456 *fix by asobolev · 17 years ago v20071019a
  95. 6874940 * many XOTcl and Tcl fixes by asobolev · 17 years ago
  96. 64f6fbd * many improvements by asobolev · 17 years ago
  97. 2512df7 * fixed bug with debug console stream release. by asobolev · 17 years ago
  98. 1e0b5a1 * debug executions fixes. Testing framework from now support testing then debugging feature. by asobolev · 17 years ago
  99. 1653f22 * text fixes by asobolev · 17 years ago v20070921a
  100. 0f3d5a0 + test code selection. * some fixes by asobolev · 17 years ago