summaryrefslogtreecommitdiff
path: root/libs/pbd/test/scalar_properties.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-25 00:39:04 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-25 00:39:04 +0000
commit963bc50a8b671f2c10f95c07aef37afd81f36445 (patch)
treeda5fee15626d046b038d87ea9f89f89cc64eb611 /libs/pbd/test/scalar_properties.cc
parentc685724c8067fc9308c5f66f1b91d445509159e9 (diff)
Fix up evoral test suite.
git-svn-id: svn://localhost/ardour2/branches/3.0@7483 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/test/scalar_properties.cc')
-rw-r--r--libs/pbd/test/scalar_properties.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/test/scalar_properties.cc b/libs/pbd/test/scalar_properties.cc
index eff640c6d1..b637076cc6 100644
--- a/libs/pbd/test/scalar_properties.cc
+++ b/libs/pbd/test/scalar_properties.cc
@@ -38,7 +38,7 @@ ScalarPropertiesTest::testBasic ()
PropertyList undo;
PropertyList redo;
- _fred.diff (undo, redo);
+ _fred.diff (undo, redo, 0);
CPPUNIT_ASSERT (undo.size() == 1);
CPPUNIT_ASSERT (redo.size() == 1);