gcc484ntopperl-5.22
Last change
on this file since c5c522c 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 | |
---|
3 | source testlib || exit 1 |
---|
4 | |
---|
5 | |
---|
6 | DESCRIPTION1="Registratie" |
---|
7 | METHOD=post |
---|
8 | PAGE="activatie/register.php" |
---|
9 | POSTBODY="key_string=$KEY" |
---|
10 | VERIFYPOSITIVE="listupdates.php" |
---|
11 | scc_add |
---|
12 | |
---|
13 | DESCRIPTION1="Registratie gelukt?" |
---|
14 | PAGE="activatie/showlicense.php" |
---|
15 | VERIFYPOSITIVE="$KEY" |
---|
16 | scc_add |
---|
17 | |
---|
18 | DESCRIPTION1="Updates opvraagbaar zonder problemen?" |
---|
19 | PAGE="updates/listupdates.php" |
---|
20 | VERIFYPOSITIVE="Online update" |
---|
21 | scc_add |
---|
22 | |
---|
23 | DESCRIPTION1="reset scc password" |
---|
24 | PAGE="settings/passwd.php" |
---|
25 | VERIFYPOSITIVE="Het wachtwoord is gewijzigd" |
---|
26 | METHOD="post" |
---|
27 | POSTBODY="passwd1=$SCCPASSWD&passwd2=$SCCPASSWD&save=1" |
---|
28 | scc_add |
---|
29 | |
---|
30 | scc_test || exit 1 |
---|
Note: See
TracBrowser
for help on using the repository browser.