Add getters and setters for image properties, together with unit tests.

This commit is contained in:
Vreixo Formoso
2007-12-02 19:49:11 +01:00
parent c83bac7d9e
commit d916b60172
6 changed files with 588 additions and 1 deletions

View File

@ -3,6 +3,7 @@
static void create_test_suite()
{
add_node_suite();
add_image_suite();
}
int main(int argc, char **argv)