Add empty test file and update Makefile

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2437 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2013-02-20 06:42:00 +00:00
parent ba387c22d3
commit bbe79434d6
4 changed files with 42 additions and 5 deletions

View File

@@ -52,11 +52,6 @@
}
}
// TODO: Since recalculateDimensions() and surrounding code is
// probably the largest, most complicated and strange piece of
// code in SVG-edit, we need to write a whole lot of unit tests
// for it here.
test('Test remapElement(translate) for rect', function() {
expect(4);