Skip to content

Commit 072dfbc

Browse files
Updated project version after build [skip ci]
1 parent fc9382e commit 072dfbc

19 files changed

+19
-19
lines changed

BUILD_NO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4194
1+
4197

docs/about/authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
### utPLSQL v3 Major Contributors
44

docs/about/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
# Version Information
44

docs/about/project-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
# utPLSQL Project Details
44

docs/about/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
# How to get support
44

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
## What is utPLSQL
44

docs/userguide/advanced_data_comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
# Advanced data comparison
44

docs/userguide/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
Annotations are used to configure tests and suites in a declarative way similar to modern OOP languages. This way, test configuration is stored along with the test logic inside the test package.
44
No additional configuration files or tables are needed for test cases. The annotation names are based on popular testing frameworks such as JUnit.

docs/userguide/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
The following are best practices we at utPLSQL have learned about PL/SQL and Unit Testing.
44

docs/userguide/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
utPLSQL comes with a built-in coverage reporting engine. The code coverage reporting uses package DBMS_PROFILER (and DBMS_PLSQL_CODE_COVERAGE on Oracle database version 12.2 and above) provided with Oracle database.
44
Code coverage is gathered for the following source types:

docs/userguide/exception-reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
utPLSQL is responsible for handling exceptions wherever they occur in the test run. The framework is trapping most of the exceptions so that the test execution is not affected by individual tests or test packages throwing an exception.
44
The framework provides a full stacktrace for every exception that was thrown. The reported stacktrace does not include any utPLSQL library calls in it.

docs/userguide/expectations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
## Expectation concepts
44

docs/userguide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
# Getting started with TDD and utPLSQL
44

docs/userguide/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
## Supported database versions
44

docs/userguide/querying_suites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
## Obtaining information about suites
44

docs/userguide/reporters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
utPLSQL provides several reporting formats. The sections below describe most of them.
44

docs/userguide/running-unit-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
utPLSQL framework provides two main entry points to run unit tests from within the database:
44

docs/userguide/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.14.4194--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.14.4197--develop-blue.svg)
22

33
# Upgrading from version 2
44

source/core/ut_utils.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ create or replace package ut_utils authid definer is
2121
*
2222
*/
2323

24-
gc_version constant varchar2(50) := 'v3.1.14.4194-develop';
24+
gc_version constant varchar2(50) := 'v3.1.14.4197-develop';
2525

2626
subtype t_executable_type is varchar2(30);
2727
gc_before_all constant t_executable_type := 'beforeall';

0 commit comments

Comments
 (0)