diff TestStaticData.cpp @ 14:e48fdc8de790

* tidier compile
author cannam
date Fri, 20 Mar 2009 13:07:28 +0000
parents 3019cb6b538d
children ea8865f488a0
line wrap: on
line diff
--- a/TestStaticData.cpp	Wed Mar 18 13:13:28 2009 +0000
+++ b/TestStaticData.cpp	Fri Mar 20 13:07:28 2009 +0000
@@ -57,7 +57,7 @@
 TestValueRanges::m_registrar("A3 Inappropriate value extents");
 
 Test::Results
-TestIdentifiers::test(string key, Options options)
+TestIdentifiers::test(string key, Options)
 {
     auto_ptr<Plugin> p(load(key));
     
@@ -94,7 +94,7 @@
 }
 
 Test::Results
-TestEmptyFields::test(string key, Options options)
+TestEmptyFields::test(string key, Options)
 {
     auto_ptr<Plugin> p(load(key));
 
@@ -147,7 +147,7 @@
 }
 
 Test::Results
-TestValueRanges::test(string key, Options options)
+TestValueRanges::test(string key, Options)
 {
     auto_ptr<Plugin> p(load(key));