Gimp/plug-ins/script-fu/test/tests/PDB/misc.scm
bootchk a2f01ff5f1 Test: add color/pixel related tests
Add more tests of selection by shape

Add test! statement to the test framework.
2024-03-08 11:49:38 +00:00

10 lines
No EOL
232 B
Scheme

; Miscellaneous tests of the PDB
; These are not associated with an object class
; 0 is an invalid item id
(assert-PDB-false '(gimp-item-id-is-vectors 0))
; -1 is an invalid item id
(assert-PDB-false '(gimp-item-id-is-valid -1))