Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added exact name matching to Test_Filter #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

orhanugurlu
Copy link

No description provided.

@CLAassistant
Copy link

CLAassistant commented Nov 26, 2020

CLA assistant check
All committers have signed the CLA.

@t-14 t-14 requested a review from fedor-rybin November 26, 2020 12:01
= Filter.Name.all;
else
return Starts_With
(Name (AUnit.Simple_Test_Cases.Test_Case'Class (T)).all

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why didn't you use declare to factor out the common code in both branches, i.e.

Name (AUnit.Simple_Test_Cases.Test_Case'Class (T)).all                   
& " : "                   
& Routine_Name  (AUnit.Simple_Test_Cases.Test_Case'Class (T)).all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants