File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff 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" * ]]
Original file line number Diff line number Diff 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" * ]]
Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff 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" * ]]
Original file line number Diff line number Diff 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" * ]]
You can’t perform that action at this time.
0 commit comments