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

Issue 56 - Fix Caching issues with WhatsApp button #57

Merged
merged 2 commits into from
Sep 16, 2015
Merged

Conversation

rodfersou
Copy link
Member

closes #56

@rodfersou rodfersou force-pushed the issue_56 branch 4 times, most recently from 48eca56 to a8328e7 Compare September 10, 2015 19:21
self.execute_upgrade_step(step)

# Check
self.assertTrue(JS_ID in js_tool.getResourceIds())
Copy link
Member

Choose a reason for hiding this comment

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

use assertIn instead

Copy link
Member Author

Choose a reason for hiding this comment

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

it breaks tests on Plone 4.1

@rodfersou rodfersou force-pushed the issue_56 branch 3 times, most recently from 8fc03e6 to 9b0d200 Compare September 11, 2015 12:28
@@ -7,12 +7,3 @@
</div>
</tal:plugin>
</div>

Copy link
Member Author

Choose a reason for hiding this comment

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

Moving this code to a better place.

@rodfersou rodfersou force-pushed the issue_56 branch 2 times, most recently from 491dbeb to 77fb912 Compare September 11, 2015 13:22
suite = unittest.TestSuite()
suite.addTests([
layered(
robotsuite.RobotTestSuite(t, noncritical=['Expected Failure']),
Copy link
Member

Choose a reason for hiding this comment

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

@rodfersou you forgot to add this line

Copy link
Member Author

Choose a reason for hiding this comment

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

👍

hvelarde added a commit that referenced this pull request Sep 16, 2015
Issue 56 - Fix Caching issues with WhatsApp button
@hvelarde hvelarde merged commit b28b16a into master Sep 16, 2015
@hvelarde hvelarde deleted the issue_56 branch September 16, 2015 15:45
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.

Caching issues with WhatsApp button
2 participants