You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NLS_LANGUAGE ENGLISH
NLS_TERRITORY UNITED KINGDOM
NLS_CURRENCY £
NLS_ISO_CURRENCY UNITED KINGDOM
NLS_NUMERIC_CHARACTERS .,
NLS_CALENDAR GREGORIAN
NLS_DATE_FORMAT DD-MON-RR
NLS_DATE_LANGUAGE ENGLISH
NLS_SORT BINARY
NLS_TIME_FORMAT HH24.MI.SSXFF
NLS_TIMESTAMP_FORMAT DD-MON-RR HH24.MI.SSXFF
Between string function
Returns substring from start position to end position (FAILED - 1)
Failures:
basic_usage
ORA-04067: not executed, package body "UT3_USER.TEST_BETWNSTR" does not exist
ORA-06508: PL/SQL: could not find program unit being called: "UT3_USER.TEST_BETWNSTR"
ORA-06512: at line 6
Finished in .509673 seconds
1 tests, 0 failed, 1 errored, 0 disabled, 0 warning(s)
Not sure what happened, I forced stopped looking at this and stop the oracle container and when to work on another topic. When i started it back, the basic_usage test was there, added the next test of the guide zero_start_position, and it is not created... something with synchronisation of packages and tests of utPLSQL... not sure what.
The tests get updated when I run ... @uninstall.sql followed by @install_headless_with_trigger.sql...
Describe the bug
TDD logic not working as it is expected in the example of the getting started, it did not fail on empty package body.
Provide version info
Information about utPLSQL and Database version,
Information about client software
Oracle SQL Developer Version 23.1.1.345
To Reproduce
Steps to reproduce the behavior:
Expected behavior
https://www.utplsql.org/utPLSQL/develop/userguide/getting-started.html#create-test-package
The text was updated successfully, but these errors were encountered: