Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FLUID-4907: fixed up tests after merge
  • Loading branch information
jobara committed Jul 11, 2013
1 parent e55d37c commit 7e2deb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/webapp/tests/component-tests/uiOptions/js/BuilderTests.js
Expand Up @@ -188,14 +188,14 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
name: "enactors",
sequence: [{
func: "fluid.tests.assertDefaults",
args: ["fluid.tests.created.enactorsOnly.enactors", "{builderEnactors}.options.auxSchema.enactors"]
args: ["{builderEnactors}.constructedGrades.enactors", "{builderEnactors}.options.auxSchema.enactors"]
}]
}, {
expect: 2,
expect: 4,
name: "rootModel",
sequence: [{
func: "fluid.tests.assertDefaults",
args: ["fluid.tests.created.enactorsOnly.rootModel", "{builderEnactors}.options.auxSchema.rootModel"]
args: ["{builderEnactors}.constructedGrades.rootModel", "{builderEnactors}.options.auxSchema.rootModel"]
}]
},{
expect: 4,
Expand Down

0 comments on commit 7e2deb4

Please sign in to comment.