GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/68
Fix AbstractYamlTest.createAndStartApplication usage
Previously a bunch of tests were failing since the addition of
`AbstractYamlTest.createAndStartApplication(String)`. This was being called
instead by existing code that had previously called
`AbstractYamlTest.createAndStartApplication(String, String...)` but now with
different semantics: the first parameter was previously a yaml file but now was
interpreted as yaml.
Also fixes `ApiDocResourceTest.testCatalogDetails`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn fix/yaml-tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/68.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #68
----
commit 0956ebee5b3d297cf2bd220ac1b85a6df915a914
Author: Aled Sage <[email protected]>
Date: 2014-07-14T22:25:02Z
Fix AbstractYamlTest.createAndStartApplication usage
commit 0439bc879df92c9760a3e6e0c48a7d9351d8c1b2
Author: Aled Sage <[email protected]>
Date: 2014-07-14T22:37:48Z
Fix ApiDocResourceTest.testCatalogDetails
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---