Skip to content

Commit

Permalink
Added comment and removed imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Paulsen committed Sep 22, 2024
1 parent 2042017 commit 4946c8c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
import de.tum.cit.ase.ares.integration.testuser.FileSystemAccessUser;
import de.tum.cit.ase.ares.testutilities.*;

import java.io.IOException;
import java.nio.file.Path;

@UserBased(FileSystemAccessUser.class)
class FileSystemAccessTest {

Expand All @@ -40,6 +37,7 @@ class FileSystemAccessTest {
private final String errorMessage = "No Security Exception was thrown. Check if the policy is correctly applied.";
//</editor-fold>

// TODO Markus: Look into why we cannot structure the rest of the tests like "Other Tests"
//<editor-fold desc="Other Tests">
/* OUTCOMMENTED: Conceptually not possible anymore
@TestTest
Expand Down

0 comments on commit 4946c8c

Please sign in to comment.