Commit e132d702a2ec05e688eddacad5d5188ec8ca3450
1 parent
c5827e1b
Was changed path to all sql and nosql tests
Showing
2 changed files
with
3 additions
and
1 deletions
... | ... | @@ -24,7 +24,7 @@ import java.util.Arrays; |
24 | 24 | |
25 | 25 | @RunWith(ClasspathSuite.class) |
26 | 26 | @ClasspathSuite.ClassnameFilters({ |
27 | - "org.thingsboard.server.controller.sql.EntityViewControllerSqlTest", | |
27 | + "org.thingsboard.server.controller.sql.*Test", | |
28 | 28 | }) |
29 | 29 | public class ControllerSqlTestSuite { |
30 | 30 | ... | ... |
application/src/test/java/org/thingsboard/server/controller/nosql/EntityViewControllerNoSqlTest.java
... | ... | @@ -16,9 +16,11 @@ |
16 | 16 | package org.thingsboard.server.controller.nosql; |
17 | 17 | |
18 | 18 | import org.thingsboard.server.controller.BaseEntityViewControllerTest; |
19 | +import org.thingsboard.server.dao.service.DaoNoSqlTest; | |
19 | 20 | |
20 | 21 | /** |
21 | 22 | * Created by Victor Basanets on 8/27/2017. |
22 | 23 | */ |
24 | +@DaoNoSqlTest | |
23 | 25 | public class EntityViewControllerNoSqlTest extends BaseEntityViewControllerTest { |
24 | 26 | } | ... | ... |