File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/test/java/com/arangodb Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2929import java .util .concurrent .ExecutionException ;
3030
3131import org .junit .BeforeClass ;
32- import org .junit .Ignore ;
3332import org .junit .Test ;
3433
3534import com .arangodb .entity .ServerRole ;
4847 * @author Mark Vollmary
4948 *
5049 */
51- @ Ignore // TODO: enable this test-suite as soon as arangosearch is fixed
50+
5251public class ArangoSearchTest extends BaseTest {
5352
5453 private static final String VIEW_NAME = "view_test" ;
Original file line number Diff line number Diff line change 2828import java .util .concurrent .ExecutionException ;
2929
3030import org .junit .BeforeClass ;
31- import org .junit .Ignore ;
3231import org .junit .Test ;
3332
3433import com .arangodb .entity .ServerRole ;
3938 * @author Mark Vollmary
4039 *
4140 */
42- @ Ignore // TODO: enable this test-suite as soon as arangosearch is fixed
41+
4342public class ArangoViewTest extends BaseTest {
4443
4544 private static final String VIEW_NAME = "view_test" ;
You can’t perform that action at this time.
0 commit comments