Commit graph

129 commits

Author SHA1 Message Date
Jonathan Puckey
da28757111 compareItems helper: make color comparison strict. 2011-05-21 14:07:29 +02:00
Jonathan Puckey
ce586bd07e Remove todo. 2011-05-21 14:06:37 +02:00
Jonathan Puckey
e386ce179a Tests: cloneAndCompare: if the item has a name, check that the copy is returned when accessing the children list of its parent by its name. 2011-05-21 14:05:52 +02:00
Jonathan Puckey
1cdaa3a86b Add failing Color cloning tests. 2011-05-21 13:34:27 +02:00
Jonathan Puckey
888a5cf348 Tests: add Raster#clone() test. 2011-05-21 12:50:36 +02:00
Jonathan Puckey
fd810e9804 Tests: clean up whitespace in compareItems. 2011-05-21 12:49:15 +02:00
Jonathan Puckey
d03dd05195 Tests: compareItems: compare item#matrix if present. 2011-05-21 12:48:43 +02:00
Jonathan Puckey
c3092db208 Add Raster specific tests to compareItems helper function. 2011-05-21 12:47:58 +02:00
Jonathan Puckey
b579b9c96c Tests: cloneAndCompare: compare item._parent and item.nextSibling. 2011-05-21 12:46:21 +02:00
Jonathan Puckey
6bfec35a2e Close 'appendTop / appendBottom / nesting' layer test function. 2011-05-21 12:21:27 +02:00
Jonathan Puckey
7fe21754f5 Add test to compare cloning of item with a GradientColor. 2011-05-21 12:11:44 +02:00
Jonathan Puckey
e3ba43ce3b Tests: support comparing of GradientColor in compareItems helper function. 2011-05-21 12:10:05 +02:00
Jonathan Puckey
5d48a7383a Tests: add compareGradientColors helper function. 2011-05-21 12:09:00 +02:00
Jürg Lehni
9f1172f24a Merge remote-tracking branch 'origin/master' 2011-05-21 00:59:19 +01:00
Jürg Lehni
f50e28cd4a Add more Layer tests. 2011-05-21 00:42:33 +01:00
Jonathan Puckey
6829233013 Tests: Fix bug in compareItems helper function. 2011-05-20 22:03:46 +02:00
Jonathan Puckey
64a142436b Tests: add item cloning tests. 2011-05-20 19:40:07 +02:00
Jonathan Puckey
8f5f5ee43c Tests: add cloneAndCompare and compareItems helper functions. 2011-05-20 19:39:12 +02:00
Jürg Lehni
777cc95dc3 Rename proj -> project in all tests. 2011-05-20 14:08:17 +01:00
Jonathan Puckey
72a3dfa572 Path_Bounds.js test: remove unnecessary code. 2011-05-18 20:11:59 +02:00
Jonathan Puckey
6afba408c5 Fix test. 2011-05-18 20:08:52 +02:00
Jonathan Puckey
e0f6d62597 Add failing test where getting Path#strokeBounds on a path without a stroke returns the wrong bounds. 2011-05-18 19:48:29 +02:00
Jürg Lehni
4be0e55dc5 Use #appendTop() instead of the remove #appendChild() in tests. 2011-05-17 13:09:35 +01:00
Jürg Lehni
1c12c82df1 Rename unit test file Document.js to Project.js. 2011-05-17 13:08:36 +01:00
Jürg Lehni
4d0858c6bf Add more CompounPath tests. 2011-05-16 20:16:51 +01:00
Jürg Lehni
00b5f6a6bb Improve Group tests. 2011-05-16 19:21:44 +01:00
Jürg Lehni
cfe968d30e Rename Document -> Project, DocumentView -> ProjectView, paper.document -> paper.project and paper.documents -> paper.projects, to avoid name clashing with window.document. 2011-05-16 13:33:15 +01:00
Jürg Lehni
e9e93abb44 Add test for #clockwise orientation in CompoundPath. 2011-05-15 19:10:12 +01:00
Jürg Lehni
0fd8c4e046 Fix CompoundPath test and add it to load.js so it actually gets tested. 2011-05-15 19:09:34 +01:00
Jürg Lehni
441dc3641d Add additional test for #name. 2011-05-15 18:53:22 +01:00
Jonathan Puckey
db06f55e3f Add tests for named access of items. 2011-05-15 19:13:55 +02:00
Jürg Lehni
f150552a9c Remove test for Path#hidden which was removed already. 2011-05-15 15:10:53 +01:00
Jonathan Puckey
2c36f3a62e Fix bug in Color#read. 2011-05-15 14:11:35 +02:00
Jürg Lehni
2a24ec66ac Have test() method automatically create and remove a Document for reach test. 2011-05-14 18:59:04 +01:00
Jürg Lehni
520f5054e5 Update tests to use new function() {} notation for automatic rendering of messages. 2011-05-07 17:46:06 +01:00
Jürg Lehni
66824b780a Allow equals() to receive functions from which it then extracts the code for the message. 2011-05-07 17:25:34 +01:00
Jürg Lehni
05b9e0d13a Make tests use QUnit.strictEqual. 2011-05-05 13:38:20 +01:00
Jürg Lehni
4acd02f6b1 Fix forgoten compare in test. 2011-05-05 13:37:57 +01:00
Jürg Lehni
478002ea1c Add comment about return undefined rather than null for unclear styles, and fix test. 2011-05-05 13:11:40 +01:00
Jürg Lehni
51b2cf287d Add messages to all PathStyle tests. 2011-05-05 13:11:17 +01:00
Jürg Lehni
d9f96b9a7a Clean up handling of messages. 2011-05-05 13:05:39 +01:00
Jürg Lehni
fc57fd2136 Go back to previous notation that works again. 2011-05-05 12:35:38 +01:00
Jürg Lehni
b4885afaac Remove benchmark from path.length test. 2011-05-04 19:54:10 +01:00
Jürg Lehni
fb6955e509 Replace compareSegments() / compareSegmentLists() calls with straight toString() compares. 2011-05-04 19:40:52 +01:00
Jürg Lehni
a5099fd51d Add support for insertion of multiple segments at once to Path#_add(), #add() and #insert(), and change code that relies on these methods. 2011-05-04 18:42:40 +01:00
Jürg Lehni
66465541c6 Clean up code (if() -> if ()). 2011-05-03 08:55:01 +01:00
Jürg Lehni
a0e211c691 Big refactoring of how curves are kept in sync with segments (direct references rather than indices), along with various tests. 2011-05-03 00:25:23 +01:00
Jürg Lehni
3917d9c110 Change case of Item.js test file. 2011-05-02 09:07:41 +01:00
Jürg Lehni
b0282b9bd4 Change Segment to be aware of its index in the segment list and have the curves list update automatically on each change to segments. 2011-05-01 13:27:53 +01:00
Jürg Lehni
ea510c2403 Separate Path#remove(), #remove(index) & #remove(from, to) into #removeSegment(index) and #removeSegments(from, to). 2011-04-28 15:42:16 +01:00