Skip to content

Commit

Permalink
Make 'script_id' and 'SCRIPT_ID...' consistent
Browse files Browse the repository at this point in the history
Sorry for the noise.
  • Loading branch information
jean committed Oct 25, 2013
1 parent 313b499 commit 68f4eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/CMFPlomino/tests/plomino_usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ Profiling::
>>> browser.getControl("Save").click()
>>> browser.open(db_url + "/profiling")
>>> from Products.CMFPlomino.AppConfig import SCRIPT_ID_DELIMITER
>>> "form"+SCRIPT_ID_DELIMITER+"frmtest"+SCRIPTID_DELIMITER+"title (1 times)" in browser.contents
>>> "form"+SCRIPT_ID_DELIMITER+"frmtest"+SCRIPT_ID_DELIMITER+"title (1 times)" in browser.contents
True

Replication::
Expand Down

0 comments on commit 68f4eaa

Please sign in to comment.