Exemple #1
0
        public void CreateUserTest()
        {
            try
            {
                var group = _organisationService.CreateGroup("", new ArrayList()
                {
                    "ae"
                });


                Assert.IsNotNull(group);
            }
            catch (ExecutionException e)
            {
                Assert.Fail("ExcecutionException while starting a new holiday request: " + e.Message);
            }
            finally
            {
                //      loginUtil.logout();
            }
        }