File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ get_auth() {
34
34
. " $dir /../../retry.sh" --tries " $PLONE_TEST_TRIES " --sleep " $PLONE_TEST_SLEEP " get " http://plone:8080"
35
35
36
36
# Plone is up and running
37
- [[ " $( get ' http://plone:8080' ) " == * " Plone is up and running " * ]]
37
+ [[ " $( get ' http://plone:8080' ) " == * " Welcome to Plone! " * ]]
38
38
39
39
# 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" * ]]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ get_auth() {
32
32
. " $dir /../../retry.sh" --tries " $PLONE_TEST_TRIES " --sleep " $PLONE_TEST_SLEEP " get " http://plone:8080"
33
33
34
34
# Plone is up and running
35
- [[ " $( get ' http://plone:8080' ) " == * " Plone is up and running " * ]]
35
+ [[ " $( get ' http://plone:8080' ) " == * " Welcome to Plone! " * ]]
36
36
37
37
# 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" * ]]
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ get() {
23
23
. " $dir /../../retry.sh" --tries " $PLONE_TEST_TRIES " --sleep " $PLONE_TEST_SLEEP " get " http://plone:8081"
24
24
25
25
# Plone is up and running
26
- [[ " $( get ' http://plone:8081' ) " == * " Plone is up and running " * ]]
26
+ [[ " $( get ' http://plone:8081' ) " == * " Welcome to Plone! " * ]]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ get_auth() {
39
39
. " $dir /../../retry.sh" --tries " $PLONE_TEST_TRIES " --sleep " $PLONE_TEST_SLEEP " get " http://plone:8080"
40
40
41
41
# Plone is up and running
42
- [[ " $( get ' http://plone:8080' ) " == * " Plone is up and running " * ]]
42
+ [[ " $( get ' http://plone:8080' ) " == * " Welcome to Plone! " * ]]
43
43
44
44
# 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" * ]]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ get_auth() {
39
39
. " $dir /../../retry.sh" --tries " $PLONE_TEST_TRIES " --sleep " $PLONE_TEST_SLEEP " get " http://plone:8080"
40
40
41
41
# Plone is up and running
42
- [[ " $( get ' http://plone:8080' ) " == * " Plone is up and running " * ]]
42
+ [[ " $( get ' http://plone:8080' ) " == * " Welcome to Plone! " * ]]
43
43
44
44
# 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" * ]]
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ get_auth() {
33
33
. " $dir /../../retry.sh" --tries " $PLONE_TEST_TRIES " --sleep " $PLONE_TEST_SLEEP " get " http://plone:8080"
34
34
35
35
# Plone is up and running
36
- [[ " $( get " http://plone:8080/$site " ) " == * " Welcome to Plone" * ]]
36
+ [[ " $( get " http://plone:8080/$site " ) " == * " Welcome to Plone! " * ]]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ get_auth() {
39
39
. " $dir /../../retry.sh" --tries " $PLONE_TEST_TRIES " --sleep " $PLONE_TEST_SLEEP " get " http://plone:8080"
40
40
41
41
# Plone is up and running
42
- [[ " $( get ' http://plone:8080' ) " == * " Plone is up and running " * ]]
42
+ [[ " $( get ' http://plone:8080' ) " == * " Welcome to Plone! " * ]]
43
43
44
44
# 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" * ]]
You can’t perform that action at this time.
0 commit comments