|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "utPLSQL v3.0.2 - released" |
| 4 | +date: 2017-07-18 19:45:00 +0000 |
| 5 | +categories: version3 |
| 6 | +--- |
| 7 | + |
| 8 | + |
| 9 | +utPLSQL v3.0.2 - released |
| 10 | + |
| 11 | + |
| 12 | +Changes in this release |
| 13 | + |
| 14 | +Documentation |
| 15 | +------------------------------------ |
| 16 | +- Documentation now refers to migration project |
| 17 | +- Documentation now refers to a valid object name: ut_file_mapping |
| 18 | +- Install and Uninstall scripts are now much more readable |
| 19 | +- Install guide now provides snippet on how to download latest release on Windows |
| 20 | + |
| 21 | +Installation |
| 22 | +------------------------------------ |
| 23 | +- Added override user/password/tablespace for install_headless |
| 24 | +- Installation is now smooth even if profiler tables already exist |
| 25 | + |
| 26 | +Internal improvements |
| 27 | +------------------------------------ |
| 28 | +- Improved reporting from RunTest |
| 29 | +- Fixed publishing of release documentation history |
| 30 | + |
| 31 | +Improvements and fixes |
| 32 | +------------------------------------ |
| 33 | +- Fixed rare issue with ORA-22813: operand value exceeds system limits |
| 34 | +- Stack trace is now properly parsed on all machines |
| 35 | +- The --%disabled annotation on suite level is now reporting all tests as disabled |
| 36 | +- Coverage reporting is now properly filtering test packages on that use suitepath |
| 37 | +- Line of code for failed expectation is now also shown for unit tests owned by other users |
| 38 | +- Line no of failed test is now properly reported when using ut.fail |
| 39 | +- Annotation parameter list can now have spaces before/after brackets |
| 40 | +- Warnings in documentation reporter are now properly numbered |
| 41 | +- Documentation reporter is now providing a timing information for each test |
| 42 | +- by xUnit reporter now displays name of the package/procedure if suite/test has no description |
| 43 | +- Fixed errors with multi-byte characters in conversion from/to clob |
0 commit comments