Skip to content

Commit 962dd18

Browse files
committed
update tests for new text from distribution-based landing page
1 parent feede00 commit 962dd18

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ get_auth() {
3434
. "$dir/../../retry.sh" --tries "$PLONE_TEST_TRIES" --sleep "$PLONE_TEST_SLEEP" get "http://plone:8080"
3535

3636
# Plone is up and running
37-
[[ "$(get 'http://plone:8080')" == *"Plone is up and running"* ]]
37+
[[ "$(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 Plone site"* ]]
40+
[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]

test/tests/plone-basics/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ get_auth() {
3232
. "$dir/../../retry.sh" --tries "$PLONE_TEST_TRIES" --sleep "$PLONE_TEST_SLEEP" get "http://plone:8080"
3333

3434
# Plone is up and running
35-
[[ "$(get 'http://plone:8080')" == *"Plone is up and running"* ]]
35+
[[ "$(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 Plone site"* ]]
38+
[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]

test/tests/plone-listenport/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ get() {
2323
. "$dir/../../retry.sh" --tries "$PLONE_TEST_TRIES" --sleep "$PLONE_TEST_SLEEP" get "http://plone:8081"
2424

2525
# Plone is up and running
26-
[[ "$(get 'http://plone:8081')" == *"Plone is up and running"* ]]
26+
[[ "$(get 'http://plone:8081')" == *"Welcome to Plone!"* ]]

test/tests/plone-relstorage/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ get_auth() {
3939
. "$dir/../../retry.sh" --tries "$PLONE_TEST_TRIES" --sleep "$PLONE_TEST_SLEEP" get "http://plone:8080"
4040

4141
# Plone is up and running
42-
[[ "$(get 'http://plone:8080')" == *"Plone is up and running"* ]]
42+
[[ "$(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 Plone site"* ]]
45+
[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ get_auth() {
3939
. "$dir/../../retry.sh" --tries "$PLONE_TEST_TRIES" --sleep "$PLONE_TEST_SLEEP" get "http://plone:8080"
4040

4141
# Plone is up and running
42-
[[ "$(get 'http://plone:8080')" == *"Plone is up and running"* ]]
42+
[[ "$(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 Plone site"* ]]
45+
[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ get_auth() {
3939
. "$dir/../../retry.sh" --tries "$PLONE_TEST_TRIES" --sleep "$PLONE_TEST_SLEEP" get "http://plone:8080"
4040

4141
# Plone is up and running
42-
[[ "$(get 'http://plone:8080')" == *"Plone is up and running"* ]]
42+
[[ "$(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 Plone site"* ]]
45+
[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a new site"* ]]

0 commit comments

Comments
 (0)