File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
Welcome to utPLSQL, the unit testing framework for PL/SQL
3
3
====================================================================
4
4
5
- Copyright (c) 2000-2005, 2014 Steven Feuerstein and the utPLSQL Project
5
+ Copyright (c) 2000-2005, 2014-2015 Steven Feuerstein and the utPLSQL Project
6
6
7
7
You have downloaded utPLSQL.
8
8
Original file line number Diff line number Diff line change 1
1
# This contains a list of years for the copyright notices
2
2
#
3
3
2000-2005
4
- 2014
4
+ 2014-2015
Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ <h3>utPLSQL version 2.x</h3>
32
32
33
33
< h2 > Change History</ h2 >
34
34
35
+ < h3 > utPLSQL version 2.3.0 (8th February 2015)</ h3 >
36
+
37
+ < ul >
38
+ < li >
39
+ < a href = "https://sourceforge.net/p/utplsql/feature-requests/1/ "> Feature Request 1</ a > : Report the overall summary of a test suite.
40
+ </ li >
41
+ </ ul >
42
+
35
43
< h3 > utPLSQL version 2.2.3 (30th August 2014)</ h3 >
36
44
37
45
< ul >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Added Standard Headers
45
45
************************************************************************/
46
46
47
47
g_trc BOOLEAN := FALSE;
48
- g_version VARCHAR2 (100) := '2.2.3 ';
48
+ g_version VARCHAR2 (100) := '2.3.0 ';
49
49
50
50
tests test_tt;
51
51
testpkg test_rt;
You can’t perform that action at this time.
0 commit comments