Add test.

This commit is contained in:
David Kocher
2026-03-04 13:46:11 +01:00
parent 30f77344b6
commit dfc9008a73
@@ -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());
}
}