Imported Upstream version 4.3.1

This commit is contained in:
Mario Fetka
2021-08-10 02:37:58 +02:00
parent a791de49a2
commit 2f177da8f2
2056 changed files with 421730 additions and 1668138 deletions

View File

@@ -26,7 +26,7 @@ DATA = {
'add': [
('textbox', 'cn', PKEY),
('textarea', 'description', 'test-group desc'),
('radio', 'type', 'nonposix'),
('radio', 'type', 'normal'),
],
'mod': [
('textarea', 'description', 'test-group desc modified'),
@@ -68,60 +68,3 @@ DATA5 = {
('textarea', 'description', 'test-group5 desc'),
]
}
PKEY6 = 'itest-group6'
DATA6 = {
'pkey': PKEY6,
'add': [
('textbox', 'cn', PKEY6),
('textarea', 'description', 'test-group6 desc'),
('textbox', 'gidnumber', '77777'),
]
}
PKEY7 = ''
DATA7 = {
'pkey': PKEY7,
'add': [
('textbox', 'cn', PKEY7),
('textarea', 'description', 'Empty Group name'),
]
}
PKEY8 = ';test-gr@up'
DATA8 = {
'pkey': PKEY8,
'add': [
('textbox', 'cn', PKEY8),
('textarea', 'description', 'Invalid Group name'),
]
}
PKEY9 = 'itest-group9'
DATA9 = {
'pkey': PKEY9,
'add': [
('textbox', 'cn', PKEY9),
('textarea', 'description', 'test-group9 desc'),
('radio', 'type', 'nonposix'),
]
}
PKEY10 = 'itest-group10'
DATA10 = {
'pkey': PKEY10,
'add': [
('textbox', 'cn', PKEY10),
('textarea', 'description', 'test-group10 desc'),
('radio', 'type', 'nonposix'),
]
}
PKEY_SPECIAL_CHAR_GROUP = 'itest...group_-$'
DATA_SPECIAL_CHAR_GROUP = {
'pkey': PKEY_SPECIAL_CHAR_GROUP,
'add': [
('textbox', 'cn', PKEY_SPECIAL_CHAR_GROUP),
('textarea', 'description', 'special characters group desc'),
]
}