Fix old group style test that was faulty but remain undetected because of other bug.

This commit is contained in:
Jürg Lehni 2013-06-11 13:58:04 -07:00
parent 72082bdcff
commit 530dfda4ba

View file

@ -146,6 +146,7 @@ test('setting group styles', function() {
test('setting group styles 2', function() {
var group = new Group();
var path = new Path();
path.strokeColor = 'red';
path.fillColor = 'red';
group.addChild(path);