This commit is contained in:
kellyt1 2015-04-01 03:54:16 +00:00
commit bc5a99feab
2 changed files with 3 additions and 1 deletions

1
.codenvy/project.json Normal file
View file

@ -0,0 +1 @@
{"mixinTypes":["contribution","GuidedTour"],"runners":{"configs":{},"default":"system:/java/web/tomcat7"},"builders":{"configs":{},"default":"maven"},"description":"Get started with Codenvy by following guided tour on this sample Spring application","type":"maven","attributes":{"languageVersion":["1.6"],"codenvyGuidedTour":["https://gist.githubusercontent.com/benoitf/3e0120e79167243eda19/raw/a56b177cd2a4057a6ba2e5cd1486b67bf8cc8976/gistfile1.json"],"language":["java"],"contribute_branch":["master"],"contribute_mode":["contribute"]}}

View file

@ -66,6 +66,7 @@ public class VisitsViewTests {
// actions.andExpect(status().isOk());
//actions.andExpect(content().contentType("application/xml"));
// actions.andExpect(xpath("/vets/vetList[id=1]/firstName").string(containsString("James")));
//test
////test33
}
}