Commit a0af210fe96cd119b187079728a0e9695d583075
1 parent
db19dd25
Exists in
master
Modificação no nome do arquivod e configuração dos testes
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java
... | ... | @@ -52,7 +52,7 @@ public class BookmarkRESTTest { |
52 | 52 | client = HttpClientBuilder.create().build(); |
53 | 53 | mapper = new ObjectMapper(); |
54 | 54 | |
55 | - Configuration config = new PropertiesConfiguration("demoiselle.properties"); | |
55 | + Configuration config = new PropertiesConfiguration("test.properties"); | |
56 | 56 | url = config.getString("services.url"); |
57 | 57 | } |
58 | 58 | ... | ... |
archetype/html-rest/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties
... | ... | @@ -1 +0,0 @@ |
1 | -services.url=http://localhost:8080/${artifactId}/api |
archetype/html-rest/src/main/resources/archetype-resources/src/test/resources/test.properties
0 → 100644
... | ... | @@ -0,0 +1 @@ |
1 | +services.url=http://localhost:8080/${artifactId}/api | ... | ... |