FOSSology
4.4.0
Open Source License Compliance by Open Source Software
userEditAnyTest.php
1
<?php
2
/*
3
SPDX-FileCopyrightText: © 2008 Hewlett-Packard Development Company, L.P.
4
5
SPDX-License-Identifier: GPL-2.0-only
6
*/
7
17
/*
18
* NOTE: this routine will not work execept on the default user, as the screen uses
19
* javascript to pick the user and fill in the form. Tried to tweak the DOM to see
20
* if it could be worked around... no such luck.
21
*
22
* For now, the tests should not mess with the default user so this will just be a
23
* pass with a message to test by hand.
24
*
25
*/
26
require_once (
'../../../tests/fossologyTestCase.php'
);
27
require_once (
'../../../tests/TestEnvironment.php'
);
28
29
global $URL;
30
31
class
userEditAnyTest
extends
fossologyTestCase
{
32
public
$mybrowser;
33
private
$UserName;
34
35
function
setUP() {
36
global $URL;
37
/* for this test this should be fosstester, or a user with admin privledges */
38
$this->
Login
();
39
}
40
41
function
testEditUser() {
42
global $URL;
43
44
print
"starting userEditAnyTest\n"
;
45
print
"Please test this screen by hand. Simpletest cannot test JavaScript\n"
;
46
$this->pass();
47
}
48
}
fossologyTestCase
Definition:
fossologyTestCase.php:32
fossologyTest\Login
Login($User=NULL, $Password=NULL)
Definition:
fossologyTest.php:214
userEditAnyTest
Definition:
userEditAnyTest.php:31
src
www
ui_tests
Users
userEditAnyTest.php
Generated on Mon Nov 18 2024 07:37:14 for FOSSology by
1.9.1