Skip to content
Snippets Groups Projects

Merge 12.1.6

Merged Piotr Gawron requested to merge merge_12.1.6 into master
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
@@ -22,11 +22,6 @@ public class FileRestImplTest extends RestTestFunctions {
@Autowired
FileRestImpl fileRestImpl;
@Test(expected = lcsb.mapviewer.services.SecurityException.class)
public void testCreateFileWithoutPrivilege() throws Exception {
fileRestImpl.createFile(token, "test.txt", "100");
}
@Test
public void testCreateFile() throws Exception {
Map<String, Object> result = fileRestImpl.createFile(adminToken, "test.txt", "100");
Loading