From 7bdfcde00de4bd629a23853d83169b9e594961f0 Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Thu, 4 Oct 2018 10:28:21 +0200 Subject: [PATCH] Fix tests numbering --- demo/postgresql/tests/main.bats | 2 +- demo/shibboleth/tests/main.bats | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demo/postgresql/tests/main.bats b/demo/postgresql/tests/main.bats index 5d82e6e..a217a63 100755 --- a/demo/postgresql/tests/main.bats +++ b/demo/postgresql/tests/main.bats @@ -12,7 +12,7 @@ load ../../../library wait_for_midpoint_start postgresql_midpoint_server_1 } -@test "010 Check health" { +@test "020 Check health" { check_health } diff --git a/demo/shibboleth/tests/main.bats b/demo/shibboleth/tests/main.bats index 8244ad0..a14db90 100755 --- a/demo/shibboleth/tests/main.bats +++ b/demo/shibboleth/tests/main.bats @@ -63,15 +63,15 @@ load ../../../library env AUTHENTICATION=internal docker-compose up -d } -@test "210 Wait for midPoint to start up" { +@test "220 Wait for midPoint to start up" { wait_for_midpoint_start shibboleth_midpoint_server_1 } -@test "220 Check health" { +@test "230 Check health" { check_health } -@test "230 Check internal login redirection" { +@test "240 Check internal login redirection" { curl -k --write-out %{redirect_url} --silent --output /dev/null https://localhost:8443/midpoint/self/dashboard | grep 'https:\/\/localhost:8443\/midpoint\/login' }