changed test to warn for node and shape selector unit test, and added more info in the README Testing section

This commit is contained in:
Eric Rowell
2012-12-03 19:54:58 -08:00
parent 266026c76f
commit 5705d909e5
2 changed files with 3 additions and 3 deletions

View File

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