Commit graph

171 commits

Author SHA1 Message Date
Jonathan Puckey
af5aa67c36 Change Path#removeSegments(from, to) test to fail and add a todo questioning if its behaviour is correct. Also add a failing Path#removeSegments() test. 2011-06-05 19:54:11 +02:00
Jonathan Puckey
a81b6f86bf Add failing Path#arcTo tests. 2011-06-05 17:22:00 +02:00
Jonathan Puckey
9cb362d389 Add tests for Symbol#place 2011-06-03 22:27:18 +02:00
Jonathan Puckey
08d387a5d4 Add failing test for changing Item#position#x. 2011-05-31 01:46:49 +02:00
Jürg Lehni
74510d88a9 Improve style defaults test. 2011-05-29 21:35:57 +01:00
Jürg Lehni
2cbc6ae392 Remove console.log() debug info. 2011-05-29 21:35:17 +01:00
Jürg Lehni
64283bb76e Improve style defaults test. 2011-05-29 21:23:16 +01:00
Jürg Lehni
15da2fe257 Implement Item#isAbove / #isBelow and define tests for it. 2011-05-29 19:54:43 +01:00
Jürg Lehni
a05d330106 Remove unused project references. 2011-05-29 19:42:01 +01:00
Jonathan Puckey
48701b025e Add failing tests for PathStyle default values. 2011-05-29 14:42:49 +02:00
Jürg Lehni
7026ea24aa Reverse compare order in cloning tests, as the 2nd argument is always the one that holds the expected values. 2011-05-26 10:56:15 +01:00
Jürg Lehni
4029e6abf7 Have various compares to output the compared values if they are not equal. 2011-05-26 10:55:39 +01:00
Jürg Lehni
088f1f88af Fix wrong naming introduced in previous commit. 2011-05-26 10:54:46 +01:00
Jürg Lehni
b29827443e Add compareObjects() method for functionality shared among various compare methods. 2011-05-26 09:20:21 +01:00
Jürg Lehni
e273c54ad2 Move cloneAndCompare() to Item_Cloning.js test file. 2011-05-26 09:19:51 +01:00
Jonathan Puckey
a73c77e44f Improve Symbol test. 2011-05-21 21:31:41 +02:00
Jonathan Puckey
c8049c6298 Fix PlacedSymbol test. 2011-05-21 21:28:30 +02:00
Jonathan Puckey
06bc50bb57 Rectangle & Size tests: use toString where possible for comparisons. 2011-05-21 21:11:53 +02:00
Jonathan Puckey
473804ad60 Punctuation. 2011-05-21 21:02:06 +02:00
Jonathan Puckey
0e297e56ac Point tests: use string comparison where possible. 2011-05-21 21:01:36 +02:00
Jonathan Puckey
4b9a00a65c Add test to Point. 2011-05-21 21:01:01 +02:00
Jonathan Puckey
c0ecc7f85c More work on test helpers. 2011-05-21 20:37:25 +02:00
Jonathan Puckey
0fdfd0033f Tests helpers: add compareSegmentPoints function. 2011-05-21 20:36:30 +02:00
Jonathan Puckey
667992e9f0 Add cloning test for layer that checks the current active layer. 2011-05-21 20:35:45 +02:00
Jonathan Puckey
14477aac59 Add clone test for group with clip-mask. 2011-05-21 20:35:13 +02:00
Jonathan Puckey
861f826aa8 Rename PlacedSymbol testing module. 2011-05-21 20:33:08 +02:00
Jonathan Puckey
88a3f0a345 Add failing Symbol test. 2011-05-21 20:32:41 +02:00
Jonathan Puckey
de22e48ef2 PlacedSymbol tests: remove comment. 2011-05-21 20:32:08 +02:00
Jonathan Puckey
f5e9ad2e85 Tests: use compareSegmentLists in compareItems helper. 2011-05-21 19:42:29 +02:00
Jonathan Puckey
fc8a9bb10b Punctuation. 2011-05-21 19:41:33 +02:00
Jonathan Puckey
40832a524b Tests helpers: implement compareSegments and compareSegmentLists. 2011-05-21 19:41:02 +02:00
Jonathan Puckey
a2a603fce4 Tests: more checkIdentity work in helpers. 2011-05-21 19:11:43 +02:00
Jonathan Puckey
ed8032af0f Tests: Item_Cloning: rename blendModes. 2011-05-21 18:45:41 +02:00
Jonathan Puckey
2bc1c4682d Tests: add checkIdentity flag to helper functions for strict comparison check. 2011-05-21 18:43:22 +02:00
Jonathan Puckey
cadace42ce Tests: Improve compareItems function. 2011-05-21 18:38:49 +02:00
Jonathan Puckey
7ee42d5cfa Make Raster test fail. 2011-05-21 17:25:33 +02:00
Jonathan Puckey
74ddc9e7d1 Add failing test for Color#convert. 2011-05-21 17:25:05 +02:00
Jonathan Puckey
0a86c2b34e Merge remote branch 'origin/master'
Conflicts:
	test/lib/helpers.js
2011-05-21 16:25:54 +02:00
Jürg Lehni
816424a9c5 Merge remote-tracking branch 'origin/master'
Conflicts:
	test/lib/helpers.js
2011-05-21 14:41:08 +01:00
Jürg Lehni
456abcfda3 Clean up compareItems() test code. 2011-05-21 14:29:15 +01:00
Jürg Lehni
8b9f9ea6db Do not access internal properties from tests. 2011-05-21 14:28:31 +01:00
Jürg Lehni
eb44238f53 Fix Layer nesting tests. 2011-05-21 14:28:20 +01:00
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