Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Removed overloaded procedures ut_runner.run#497

Merged
jgebal merged 1 commit intodevelopfrom
feature/cleanup_ut_runner
Oct 23, 2017
Merged

Removed overloaded procedures ut_runner.run#497
jgebal merged 1 commit intodevelopfrom
feature/cleanup_ut_runner

Conversation

@jgebal
Copy link
Copy Markdown
Member

@jgebal jgebal commented Oct 18, 2017

Now there are only two methods to call run:

  • with a_source_files and a_test_files
  • with a_source_file_mappings or a_test_file_mappings
    Checked with both clients: utPLSQL-cli and utPLSQL-sql-cli
    The change has no impact on client and is just a cleanup operation to remove redundant code.
    Resolves Cleanup ut_runner.run procedures #478

While reviewing code, fixed failing example (demo_equal_matcher).

Now there are only two methods to call run:
* with `a_source_files` and `a_test_files`
* with `a_source_file_mappings` or `a_test_file_mappings`
Checked with both clients: `utPLSQL-cli` and `utPLSQL-sql-cli`
The change has no impact on client and is just a cleanup operation to remove redundant code.
Resolves #478

While reviewing code, fixed failing example (demo_equal_matcher).
@jgebal jgebal added this to the v3.1.0 milestone Oct 18, 2017
@ghost ghost assigned jgebal Oct 18, 2017
@ghost ghost added the in progress label Oct 18, 2017
@jgebal jgebal merged commit afa6d49 into develop Oct 23, 2017
@ghost ghost removed the in progress label Oct 23, 2017
@jgebal jgebal deleted the feature/cleanup_ut_runner branch October 26, 2017 20:12
@jgebal jgebal modified the milestones: v3.1.0, v3.0.4 Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cleanup ut_runner.run procedures

2 participants