cleaned up unit test data urls. All unit tests now pass with no warnings

This commit is contained in:
Eric Rowell
2012-11-24 22:48:23 -08:00
parent 0e6eb3ffe4
commit 94c3c913cb
12 changed files with 44 additions and 65 deletions

View File

@@ -784,7 +784,7 @@ Test.Modules.CONTAINER = {
stage.toDataURL({
callback: function(dataUrl) {
test(dataUrl === nodeShapeTypeSelector, 'problem with node and shape type selector render.');
test(dataUrl === dataUrls['node shape type selector'], 'problem with node and shape type selector render.');
}
});
},