Skip to content

Fix the variable based tests to search for the appropriate values #12197

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

Merged
merged 2 commits into from
Jun 8, 2020

Conversation

rchiodo
Copy link

@rchiodo rchiodo commented Jun 8, 2020

@rchiodo rchiodo self-assigned this Jun 8, 2020
@rchiodo rchiodo added the no-changelog No news entry required label Jun 8, 2020
const Type_Column = Name_Column + 1;
const Shape_Column = Type_Column + 1;
const Value_Column = Shape_Column + 1;
const Button_Column = 0;
Copy link
Member

Choose a reason for hiding this comment

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

const Button_Column = 0;
const Name_Column = Button_Column + 1;
const Type_Column = Name_Column + 1;
const Shape_Column = Type_Column + 1;
const Value_Column = Shape_Column + 1;

Maybe? Just makes it match the actual layout.

Copy link
Author

Choose a reason for hiding this comment

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

Sure good idea.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 8, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rchiodo rchiodo merged commit 55b6ec0 into master Jun 8, 2020
@rchiodo rchiodo deleted the rchiodo/fix_variable_tests branch June 8, 2020 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog No news entry required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants