mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Add test.
This commit is contained in:
@@ -76,4 +76,9 @@ public class SharepointListServiceTest extends AbstractSharepointTest {
|
||||
public void testListSites() throws Exception {
|
||||
new SharepointListService(session, fileid).list(SharepointListService.SITES_NAME, new DisabledListProgressListener());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testListDrives() throws Exception {
|
||||
new SharepointListService(session, fileid).list(SharepointListService.DRIVES_NAME, new DisabledListProgressListener());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user