implement add group

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-11-05 13:06:05 +01:00
parent aac932b6e0
commit f1d970145b
2 changed files with 54 additions and 9 deletions
+1 -8
View File
@@ -1984,11 +1984,7 @@ func TestCreateGroup(t *testing.T) {
GIDNumber: 32222,
Displayname: "Group Name",
},
&Meta{
Status: "error",
StatusCode: 999,
Message: "not implemented",
},
nil,
},
}
for _, ocsVersion := range ocsVersions {
@@ -2041,10 +2037,7 @@ func TestCreateGroup(t *testing.T) {
}
}
// Add group not implemented
// Unskip this test after adding group is implemented.
func TestDeleteGroup(t *testing.T) {
t.Skip()
testData := []Group{
{
ID: "grp1",