File: CHANGES.TXT

package info (click to toggle)
libgroboutils-java 5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,996 kB
  • ctags: 9,436
  • sloc: java: 59,880; xml: 12,732; sh: 377; perl: 104; makefile: 20
file content (62 lines) | stat: -rw-r--r-- 2,785 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62

v1.0.0
    * Changed build to reflect new version.
    * Refactored the interface test suite to be a bit easier to implement,
      and to use factories instead of set objects.  Also, interface tests do
      not *have* to extend InterfaceTestCase now, but it helps.
    * Refactored the junitlog into the autodoc framework.
    * Moved the bugrepository framework into the PTMI framework.
    * Removed UI Capture and code coverage from the facilities - since these
      require JDK 1.4, they will be put into their own package.
    * Changed APIs to be JDK 1.1 compatible.  Some tests still require at
      least JDK 1.3, due to the usage of EasyMock.
    * Added a Bash/Borne-shell script for the make (only tested on bash).
    * Added xml-apis.jar for the Xalan support on pre-JDK 1.4 systems.
    * Moved the Model-Based Testing Framework API into the testing-mbtf
      sub-project.
    * Moved license from LGPL to MIT.

v0.9.2:
    * Correction on 0.9.1 changelist: Xalan version is actually 2.3.1
    * Added package bugrepository to interface with junitlog package
      for bug traceability and report generation.
    * Fixed bug #526454.
    * Fixed bug #526478.
    * Fixed bug #526497.
    * Fixed bug #526511.
    * Corrected minor JavaDoc tag problems.
    * Fixed bug #526636.
    * Fixed bug #526710.
    * Expanded the documentation.
    * Added TimedProcess to utils.
    * StepTracker now calls TimedProcess when enabling events.  This allows
      for preventing the hang-up that seems to occur at the end of a
      long coverage run.
    * Added new tests to ui capture.
    * Started redesign efforts for auto-documentation.  This will be moved
      into its own project within GroboUtils to allow for JDK 1.2+ support.
      This will be moved out of GroboTesting as of v0.9.3.

v0.9.1:
    * Moved from Xalan-J 2.2-D14 to release 2.2
    * Added Ant testing framework
    * Migrated JUnit package from GroboUtils
    * Migrated ThreadSafety package from Groboutils (was under junit\jndi)
    * Added CodeCoverage package
    * Added RemoteAnt package
    * Created a more robust documentation structure.
    * Added dependency on the Jakarta BCEL library.
    * Added jdi package to contain multi-package dependencies on progamatic
      control over the JDI.
    * Moved files into new source structure, to break apart tests from code.
    * Added JUnit logging facility to help with self-documenting tests
      creating documents.
    * Added JUnit InterfaceTest extentions for testing Interfaces.
    * Moved MultiThreadedTestCase to MultiThreadedTestRunner in order to
      follow a better JUnit extention pattern (utility instance vs. TestCase
      subclassing).


v0.9.0:
    * Initial release.
    * Only included alpha version of UICoverage.