1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-14 22:50:14 +03:00

370 Commits

Author SHA1 Message Date
Dmitry Degtyarev
8c2b8e29d4 rename to admctest
to fit package name
2021-02-11 14:54:40 +04:00
Dmitry Degtyarev
72b0c94ad5 add admc-test package 2021-02-11 14:45:14 +04:00
august-alt
8fad3defee add tests for find dialog 2021-02-11 11:53:55 +04:00
Dmitry Degtyarev
4c480efc30 test disable/enable account
closes #139
2021-02-10 12:49:59 +04:00
Dmitry Degtyarev
2be0902277 use wait_for_widget_exposed()
instead of QApplication::setActiveWindow()
2021-02-09 17:46:07 +04:00
august-alt
161cd9c90e refactor test_object_rename 2021-02-09 17:13:21 +04:00
august-alt
3134c77190 resolve merge conflict 2021-02-09 16:42:12 +04:00
august-alt
d20556ad1d add tests for rename functions 2021-02-09 16:39:00 +04:00
Dmitry Degtyarev
b458f75332 rename object creation tests to match other names 2021-02-09 16:35:26 +04:00
Dmitry Degtyarev
3782a1be44 test object_menu_reset_password
closes #136
2021-02-09 16:10:59 +04:00
Dmitry Degtyarev
d6663a88e5 test create_dialog_computer
test create_dialog_group
closes #124
closes #126
2021-02-09 15:59:12 +04:00
Dmitry Degtyarev
f3bc3bb672 test object_menu_add_to_group()
make navigate_until_object() a reusable f-n
add wait_for_widget_exposed()
2021-02-09 15:22:46 +04:00
Dmitry Degtyarev
44dd3ec0e4 move enable_testing() to root cmake 2021-02-08 16:36:04 +04:00
Dmitry Degtyarev
010b9cdd28 add object_menu_move test
capitalize dn suffixes
dn's are case insensitive but when comparing qstring dn's it's more
\ convenient for them to be in same case format
2021-02-08 16:32:02 +04:00
Dmitry Degtyarev
dbc270ab44 remove TAB_DELAY
there's -eventdelay option
2021-02-08 15:48:55 +04:00
Dmitry Degtyarev
858119f74b test by calling object menu f-ns
\ instead of creating dialogs
this way object menu functionality is also tested
call accept() on dialogs instead of clicking Enter on OK button because
\ that causes a crash, probably due to dialog deleting itself and then
\ the app being left with nullptr focusWidget()
2021-02-08 15:47:44 +04:00
Dmitry Degtyarev
c821768b27 add comment about special test slots 2021-02-08 12:38:23 +04:00
Dmitry Degtyarev
1fbd387347 comment
rename cleanup_recurse()
2021-02-05 18:04:07 +04:00
Dmitry Degtyarev
3ee970e17b set tab delay to 0 2021-02-05 18:00:45 +04:00
Dmitry Degtyarev
e6ece90475 setup tests
make sample tests for adinterface and create dialogs
2021-02-05 17:56:49 +04:00