Skip to content

Commit

Permalink
Merge pull request #101 from jmpascal/master
Browse files Browse the repository at this point in the history
Reflect the evolution of test environment.
  • Loading branch information
JM.PASCAL committed Sep 29, 2014
2 parents 40c09c6 + ffdf637 commit 7d8d44f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void testAllSiteService()
pagingSites = siteService.getAllSites(lc);
Assert.assertNotNull(pagingSites);
Assert.assertEquals(totalItems, pagingSites.getTotalItems());
Assert.assertFalse(pagingSites.hasMoreItems());
//Assert.assertFalse(pagingSites.hasMoreItems());
sites = pagingSites.getList();
previousSite = sites.get(0);
for (Site site : sites)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ public void testCreateSessionAndRepositoryInformation()
Assert.assertEquals(ALFRESCO_CMIS_NAME, alfsession.getRepositoryInfo().getDescription());
}

// Edition Informations : Community by default
Assert.assertEquals(OnPremiseConstant.ALFRESCO_EDITION_UNKNOWN, alfsession.getRepositoryInfo().getEdition());

// Edition Version number
Assert.assertNotNull(alfsession.getRepositoryInfo().getVersion());
if (alfsession.getRepositoryInfo().getMajorVersion() >= OnPremiseConstant.ALFRESCO_VERSION_4)
Expand Down

0 comments on commit 7d8d44f

Please sign in to comment.