Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Resources array isn't cloned for extending configuration groups #420

Closed
dwittner opened this issue Sep 5, 2014 · 2 comments
Closed

Resources array isn't cloned for extending configuration groups #420

dwittner opened this issue Sep 5, 2014 · 2 comments
Assignees
Labels

Comments

@dwittner
Copy link
Member

dwittner commented Sep 5, 2014

Having a buster configuration like that:

var config = module.exports;

config["base"] = {
};

config["test group 1"] = {
        extends: "base",
        environment: "browser",
        testbed: "test/testbed1.html"
};

config["test group 2"] = {
        extends: "base",
        environment: "browser",
        testbed: "test/testbed2.html"
};

leads to the following error running tests via buster-test:

Resource can only have one of content, file, backend, combine
@dwittner dwittner added the Bug label Sep 5, 2014
@dwittner dwittner self-assigned this Sep 5, 2014
@dwittner
Copy link
Member Author

dwittner commented Sep 5, 2014

Fixed by 80ee2ff68c

@dwittner dwittner closed this as completed Sep 5, 2014
@dwittner
Copy link
Member Author

dwittner commented Sep 5, 2014

Released with version 0.7.4 of buster-configuration

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant