Skip to content

Commit f1ead94

Browse files
committed
@@plone-addsite is no more
1 parent a490e81 commit f1ead94

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

test/tests/plone-arbitrary-user/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ get_auth() {
3737
[[ "$(get 'http://plone:8080')" == *"Welcome to Plone!"* ]]
3838

3939
# Create a Plone site
40-
[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]
40+
[[ "$(get_auth 'http://plone:8080' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]

test/tests/plone-basics/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ get_auth() {
3535
[[ "$(get 'http://plone:8080')" == *"Welcome to Plone!"* ]]
3636

3737
# Create a Plone site
38-
[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]
38+
[[ "$(get_auth 'http://plone:8080' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]

test/tests/plone-relstorage/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ get_auth() {
4242
[[ "$(get 'http://plone:8080')" == *"Welcome to Plone!"* ]]
4343

4444
# Create a Plone site
45-
[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]
45+
[[ "$(get_auth 'http://plone:8080' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]
46+

test/tests/plone-shared-blob-dir/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ get_auth() {
4242
[[ "$(get 'http://plone:8080')" == *"Welcome to Plone!"* ]]
4343

4444
# Create a Plone site
45-
[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]
45+
[[ "$(get_auth 'http://plone:8080' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]
46+

test/tests/plone-site/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ get_auth() {
3333
. "$dir/../../retry.sh" --tries "$PLONE_TEST_TRIES" --sleep "$PLONE_TEST_SLEEP" get "http://plone:8080"
3434

3535
# Plone is up and running
36-
[[ "$(get "http://plone:8080/$site")" == *"Welcome to Plone!"* ]]
36+
[[ "$(get "http://plone:8080/$site")" == *"Welcome to Plone"* ]]

test/tests/plone-zeoclient/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ get_auth() {
4242
[[ "$(get 'http://plone:8080')" == *"Welcome to Plone!"* ]]
4343

4444
# Create a Plone site
45-
[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]
45+
[[ "$(get_auth 'http://plone:8080' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]

0 commit comments

Comments
 (0)