Added two new classes. The first 'TestFolderSharing' handles the 'Sharing' option...
authorNatasa Kapravelou <akapravelou@gmail.com>
Wed, 16 Feb 2011 16:05:19 +0000 (18:05 +0200)
committerNatasa Kapravelou <akapravelou@gmail.com>
Wed, 16 Feb 2011 16:05:19 +0000 (18:05 +0200)
commit0d8cfb8f0bbdd172a2811d5add29985b8345af71
tree3806f71f18cf74d5b06dd7da957f9007a6d2359d
parentc3cf7286a71489b56e28c33cd446ef1f1c80e271
Added two new classes. The first 'TestFolderSharing' handles the 'Sharing' option for a folder (work in progress) and the second 'TestGroup' handles actions available in the application related to groups (lots of obstacles to overtake, still work in progress). Added also the action of renaming a folder in the TestFolderBasics.
13 files changed:
src/gr/ebs/gss/client/DeleteGroupDialog.java
src/gr/ebs/gss/client/DeleteUserDialog.java
src/gr/ebs/gss/client/GSS.java
src/gr/ebs/gss/client/GroupContextMenu.java
src/gr/ebs/gss/client/GroupPropertiesDialog.java
src/gr/ebs/gss/client/Groups.java
src/gr/ebs/gss/client/PermissionsAddDialog.java
src/gr/ebs/gss/client/PermissionsList.java
src/gr/ebs/gss/client/UserAddDialog.java
test/gr/ebs/gss/client/selenium/MakeNewFolder.java [deleted file]
test/gr/ebs/gss/client/selenium/folder/TestFolderBasics.java
test/gr/ebs/gss/client/selenium/folder/TestFolderSharing.java [new file with mode: 0644]
test/gr/ebs/gss/client/selenium/group/TestGroup.java [new file with mode: 0644]