add: 0 TC
modify: 1 TC
delete: 0 TC
Change-Id: I8982df21966f61b4b5038ec8c21dd67028e2e9c2
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
assert_unreached("a Video stream of infinite width cannot be created");
t.done();
}), t.step_func(function(error) {
- assert_equals(error.name, "ConstraintNotSatisfiedError", "An impossible constraint triggers a ConstraintNotSatisfiedError");
- assert_equals(error.constraintName, "width", "The name of the not satisfied error is given in error.constraintName");
+ assert_equals(error.name, "OverconstrainedError", "An impossible constraint triggers a OverconstrainedError");
t.done();
}));
});