~ubuntu-branches/ubuntu/karmic/phppgadmin/karmic

« back to all changes in this revision

Viewing changes to selenium/tests/login.php

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2008-12-31 19:32:22 UTC
  • mfrom: (1.3.1 upstream) (8.1.2 sid)
  • mto: (8.1.4 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20081231193222-swr5hb1fie1enl4l
* New upstream release
  - Fixes local file inclusion vulnerability (CVE-2008-5587) (closes: #508026)
* Removed register_globals from debian/apache.conf (closes: #508026)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--tr>
2
 
        <td>open</td>
3
 
        <td>/~ioguix/ppa/ppa.selenium/</td>
4
 
        <td></td>
5
 
</tr>
6
 
<tr>
7
 
        <td>selectFrame</td>
8
 
        <td>detail</td>
9
 
        <td></td>
10
 
</tr>
11
 
<tr>
12
 
        <td>clickAndWait</td>
13
 
        <td>link=<?php echo $lang['strservers'] ?></td>
14
 
        <td></td>
15
 
</tr-->
16
 
<tr>
17
 
        <td>open</td>
18
 
        <td><?php echo $webUrl ?>/servers.php</td>
19
 
        <td></td>
20
 
</tr>
21
 
<tr>
22
 
        <td>clickAndWait</td>
23
 
        <td>link=<?php echo $serverName ?></td>
24
 
        <td></td>
25
 
</tr>
26
 
<tr>
27
 
        <td>type</td>
28
 
        <td>//input[@name='loginUsername']</td>
29
 
        <td><?php echo $admin_user ?></td>
30
 
</tr>
31
 
<tr>
32
 
        <td>type</td>
33
 
        <td>//input[@id='loginPassword']</td>
34
 
        <td><?php echo $admin_user_pass ?></td>
35
 
</tr>
36
 
<tr>
37
 
        <td>clickAndWait</td>
38
 
        <td>loginSubmit</td>
39
 
        <td></td>
40
 
</tr>