digitalroastery / weblounge

Web Content Management System
12 stars 4 forks source link

Test failure where page is already locked #331

Closed ghost closed 8 years ago

ghost commented 10 years ago

Tests run: 22, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 36.337 sec <<< FAILURE! - in ch.entwine.weblounge.contentrepository.fs.FileSystemContentRepositoryTest testLock(ch.entwine.weblounge.contentrepository.fs.FileSystemContentRepositoryTest) Time elapsed: 0.959 sec <<< ERROR! java.lang.IllegalStateException: The page is already locked by at ch.entwine.weblounge.common.impl.content.ResourceImpl.lock(ResourceImpl.java:894) at ch.entwine.weblounge.contentrepository.impl.operation.LockOperationImpl.apply(LockOperationImpl.java:83) at ch.entwine.weblounge.contentrepository.impl.AbstractWritableContentRepository.get(AbstractWritableContentRepository.java:322) at ch.entwine.weblounge.contentrepository.impl.AbstractWritableContentRepository.isLocked(AbstractWritableContentRepository.java:464) at ch.entwine.weblounge.contentrepository.fs.FileSystemContentRepositoryTest.testLock(FileSystemContentRepositoryTest.java:917)

myniva commented 8 years ago

duplicate of #369