source: tests/00100_syn3 @ 26ffad7

Last change on this file since 26ffad7 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 609 bytes
Line 
1#!/bin/bash
2
3source testlib || exit 1
4
5
6DESCRIPTION1="Registratie"
7METHOD=post
8PAGE="activatie/register.php"
9POSTBODY="key_string=$KEY"
10VERIFYPOSITIVE="listupdates.php"
11scc_add
12
13DESCRIPTION1="Registratie gelukt?"
14PAGE="activatie/showlicense.php"
15VERIFYPOSITIVE="$KEY"
16scc_add
17
18DESCRIPTION1="Updates opvraagbaar zonder problemen?"
19PAGE="updates/listupdates.php"
20VERIFYPOSITIVE="Online update"
21scc_add
22
23DESCRIPTION1="reset scc password"
24PAGE="settings/passwd.php"
25VERIFYPOSITIVE="Het wachtwoord is gewijzigd"
26METHOD="post"
27POSTBODY="passwd1=$SCCPASSWD&passwd2=$SCCPASSWD&save=1"
28scc_add
29
30scc_test || exit 1
Note: See TracBrowser for help on using the repository browser.