Skip to content

Scrub some strings in the test files #82

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
Sep 13, 2016
Merged

Scrub some strings in the test files #82

merged 2 commits into from
Sep 13, 2016

Conversation

t8y8
Copy link
Contributor

@t8y8 t8y8 commented Sep 9, 2016

Removing the 'tsi.lan' suffix that's internal to Tableau and not really relevant for general usage

@t8y8 t8y8 changed the base branch from master to development September 9, 2016 17:50
@t8y8
Copy link
Contributor Author

t8y8 commented Sep 13, 2016

Ping (I'm just OCD and want to clear my open PRs)

/cc @RussTheAerialist

@graysonarts
Copy link
Contributor

I'm oof today because my dog is having a surgery. I'll take a look tomorrow
On Tue, Sep 13, 2016 at 13:42 Tyler Doyle notifications@github.com wrote:

Ping (I'm just OCD and want to clear my open PRs)

/cc @RussTheAerialist https://github.com/RussTheAerialist


You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
#82 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAFxVdaevg5VdVzAJIdBsA7SX5UqyP3fks5qpwrLgaJpZM4J5SI0
.

@@ -42,7 +42,7 @@ def test_can_extract_federated_connections(self):
connections = parser.get_connections()
self.assertIsInstance(connections, list)
self.assertIsInstance(connections[0], Connection)
self.assertEqual(connections[0].dbname, 'testv1')
self.assertEqual(connections[0].dbname, 'TestV1')
Copy link

Choose a reason for hiding this comment

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

How did this pass before?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The test asset had it lowercase too, my OCD said 'no' and I updated it to match the others

Copy link

Choose a reason for hiding this comment

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

That is OOOCCCDDD

@LGraber
Copy link

LGraber commented Sep 13, 2016

🚀

@t8y8 t8y8 merged commit 5f91af0 into tableau:development Sep 13, 2016
@t8y8 t8y8 deleted the 79-bugfix-cleanup-test-strings branch September 13, 2016 21:00
graysonarts pushed a commit that referenced this pull request Oct 7, 2016
* Scrub some strings in the test file so they don't include internal references
* Updated some of the assets to be consistent in casing
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