Skip to content

Commit

Permalink
Add integration test annotation.
Browse files Browse the repository at this point in the history
Former-commit-id: 3c836b43c4d4ee1fe8661cb52de54dcb9092116c
  • Loading branch information
dkocher committed May 9, 2017
1 parent 1242b12 commit 5d8fd59
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -28,17 +28,20 @@
import ch.cyberduck.core.features.Delete;
import ch.cyberduck.core.features.Touch;
import ch.cyberduck.core.transfer.TransferStatus;
import ch.cyberduck.test.IntegrationTest;
import ch.cyberduck.ui.browser.SearchFilter;

import org.apache.commons.lang3.StringUtils;
import org.junit.Test;
import org.junit.experimental.categories.Category;

import java.util.Arrays;
import java.util.EnumSet;

import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;

@Category(IntegrationTest.class)
public class S3SearchFeatureTest {

@Test
Expand Down

0 comments on commit 5d8fd59

Please sign in to comment.