-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: plone.app.relationfield
Branch: refs/heads/master Date: 2022-10-05T20:30:13+02:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.relationfield@81a4d41 Fix admin password in tests Files changed: M plone/app/relationfield/schemaeditor.txt Repository: plone.app.relationfield Branch: refs/heads/master Date: 2022-10-05T20:31:15+02:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.relationfield@f2c5898 changelog Files changed: A news/35.bugfix Repository: plone.app.relationfield Branch: refs/heads/master Date: 2022-10-06T09:53:23+02:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.relationfield@b54c9db Merge pull request #35 from plone/test-pw Fix admin password in tests Files changed: A news/35.bugfix M plone/app/relationfield/schemaeditor.txt
- Loading branch information
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
Repository: plone.app.layout | ||
Repository: plone.app.relationfield | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2022-10-05T20:52:25+02:00 | ||
Date: 2022-10-05T20:30:13+02:00 | ||
Author: David Glick (davisagli) <david@glicksoftware.com> | ||
Commit: https://github.com/plone/plone.app.layout/commit/7990283cbb67f637267b374661f059c1b933f6a1 | ||
Commit: https://github.com/plone/plone.app.relationfield/commit/81a4d419c70a34665a1305ca752c6778d043dd9f | ||
|
||
Fix password used in tests | ||
Fix admin password in tests | ||
|
||
Files changed: | ||
M plone/app/layout/viewlets/tests/history.txt | ||
M plone/app/relationfield/schemaeditor.txt | ||
|
||
b"diff --git a/plone/app/layout/viewlets/tests/history.txt b/plone/app/layout/viewlets/tests/history.txt\nindex bc7eaf3d..3eb91899 100644\n--- a/plone/app/layout/viewlets/tests/history.txt\n+++ b/plone/app/layout/viewlets/tests/history.txt\n@@ -11,10 +11,10 @@ Open a browser logged in as a Manager.\n \n >>> app = layer['app']\n >>> from plone.testing.zope import Browser\n- >>> from plone.app.testing import TEST_USER_PASSWORD\n+ >>> from plone.app.testing import SITE_OWNER_PASSWORD\n >>> browser = Browser(app)\n >>> browser.handleErrors = False\n- >>> browser.addHeader('Authorization', f'Basic admin:{TEST_USER_PASSWORD}')\n+ >>> browser.addHeader('Authorization', f'Basic admin:{SITE_OWNER_PASSWORD}')\n >>> portal_url = 'http://nohost/plone'\n \n By default, only HTTP error codes (e.g. 500 Server Side Error) are shown when an\n" | ||
b"diff --git a/plone/app/relationfield/schemaeditor.txt b/plone/app/relationfield/schemaeditor.txt\nindex aa623f5..5c59327 100644\n--- a/plone/app/relationfield/schemaeditor.txt\n+++ b/plone/app/relationfield/schemaeditor.txt\n@@ -6,10 +6,10 @@ Test setup::\n \n >>> app = layer['app']\n >>> from plone.testing.zope import Browser\n- >>> from plone.app.testing import TEST_USER_PASSWORD\n+ >>> from plone.app.testing import SITE_OWNER_PASSWORD\n >>> browser = Browser(app)\n >>> browser.handleErrors = False\n- >>> browser.addHeader('Authorization', f'Basic admin:{TEST_USER_PASSWORD}')\n+ >>> browser.addHeader('Authorization', f'Basic admin:{SITE_OWNER_PASSWORD}')\n >>> portal = layer['portal']\n >>> portal_url = portal.portal_url()\n >>> dexterity_types = portal_url + '/dexterity-types'\n" | ||
|
||
Repository: plone.app.layout | ||
Repository: plone.app.relationfield | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2022-10-05T20:53:13+02:00 | ||
Date: 2022-10-05T20:31:15+02:00 | ||
Author: David Glick (davisagli) <david@glicksoftware.com> | ||
Commit: https://github.com/plone/plone.app.layout/commit/22a0e84607e0b274242eb2732e9ecc7428a6c898 | ||
Commit: https://github.com/plone/plone.app.relationfield/commit/f2c5898a12a1358d2fa3576a4b6a1f4698bb083a | ||
|
||
changelog | ||
|
||
Files changed: | ||
A news/328.bugfix | ||
A news/35.bugfix | ||
|
||
b'diff --git a/news/328.bugfix b/news/328.bugfix\nnew file mode 100644\nindex 00000000..b4ec0560\n--- /dev/null\n+++ b/news/328.bugfix\n@@ -0,0 +1 @@\n+- Fix password used in tests. [davisagli]\n' | ||
b'diff --git a/news/35.bugfix b/news/35.bugfix\nnew file mode 100644\nindex 0000000..4eb1e19\n--- /dev/null\n+++ b/news/35.bugfix\n@@ -0,0 +1 @@\n+- Fix admin password in tests [davisagli]\n' | ||
|
||
Repository: plone.app.layout | ||
Repository: plone.app.relationfield | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2022-10-06T09:52:24+02:00 | ||
Date: 2022-10-06T09:53:23+02:00 | ||
Author: David Glick (davisagli) <david@glicksoftware.com> | ||
Commit: https://github.com/plone/plone.app.layout/commit/fc30e6e7756710ed229535818b029d382402468f | ||
Commit: https://github.com/plone/plone.app.relationfield/commit/b54c9db7fe9f58a237c8c146b7fad326a75ef4dd | ||
|
||
Merge pull request #328 from plone/test-pw | ||
Merge pull request #35 from plone/test-pw | ||
|
||
Fix password used in tests | ||
Fix admin password in tests | ||
|
||
Files changed: | ||
A news/328.bugfix | ||
M plone/app/layout/viewlets/tests/history.txt | ||
A news/35.bugfix | ||
M plone/app/relationfield/schemaeditor.txt | ||
|
||
b"diff --git a/news/328.bugfix b/news/328.bugfix\nnew file mode 100644\nindex 00000000..b4ec0560\n--- /dev/null\n+++ b/news/328.bugfix\n@@ -0,0 +1 @@\n+- Fix password used in tests. [davisagli]\ndiff --git a/plone/app/layout/viewlets/tests/history.txt b/plone/app/layout/viewlets/tests/history.txt\nindex bc7eaf3d..3eb91899 100644\n--- a/plone/app/layout/viewlets/tests/history.txt\n+++ b/plone/app/layout/viewlets/tests/history.txt\n@@ -11,10 +11,10 @@ Open a browser logged in as a Manager.\n \n >>> app = layer['app']\n >>> from plone.testing.zope import Browser\n- >>> from plone.app.testing import TEST_USER_PASSWORD\n+ >>> from plone.app.testing import SITE_OWNER_PASSWORD\n >>> browser = Browser(app)\n >>> browser.handleErrors = False\n- >>> browser.addHeader('Authorization', f'Basic admin:{TEST_USER_PASSWORD}')\n+ >>> browser.addHeader('Authorization', f'Basic admin:{SITE_OWNER_PASSWORD}')\n >>> portal_url = 'http://nohost/plone'\n \n By default, only HTTP error codes (e.g. 500 Server Side Error) are shown when an\n" | ||
b"diff --git a/news/35.bugfix b/news/35.bugfix\nnew file mode 100644\nindex 0000000..4eb1e19\n--- /dev/null\n+++ b/news/35.bugfix\n@@ -0,0 +1 @@\n+- Fix admin password in tests [davisagli]\ndiff --git a/plone/app/relationfield/schemaeditor.txt b/plone/app/relationfield/schemaeditor.txt\nindex aa623f5..5c59327 100644\n--- a/plone/app/relationfield/schemaeditor.txt\n+++ b/plone/app/relationfield/schemaeditor.txt\n@@ -6,10 +6,10 @@ Test setup::\n \n >>> app = layer['app']\n >>> from plone.testing.zope import Browser\n- >>> from plone.app.testing import TEST_USER_PASSWORD\n+ >>> from plone.app.testing import SITE_OWNER_PASSWORD\n >>> browser = Browser(app)\n >>> browser.handleErrors = False\n- >>> browser.addHeader('Authorization', f'Basic admin:{TEST_USER_PASSWORD}')\n+ >>> browser.addHeader('Authorization', f'Basic admin:{SITE_OWNER_PASSWORD}')\n >>> portal = layer['portal']\n >>> portal_url = portal.portal_url()\n >>> dexterity_types = portal_url + '/dexterity-types'\n" | ||
|