summaryrefslogtreecommitdiffstats
path: root/src/test-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test-helpers.h')
-rw-r--r--src/test-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test-helpers.h b/src/test-helpers.h
index 594f4b7ae..8dba0c942 100644
--- a/src/test-helpers.h
+++ b/src/test-helpers.h
@@ -32,7 +32,7 @@ T* createSuiteAndDocument( void (*fun)(T*&) )
static_cast<void>(g_object_new(inkscape_get_type(), NULL));
}
- SPDocument* tmp = sp_document_new_dummy();
+ SPDocument* tmp = sp_document_new( NULL, TRUE, true );
if ( tmp ) {
fun( suite );
if ( suite )