Default postProcessMergedProperties in case our child class doesn't have one. Oops.

This commit is contained in:
Scott Walters 2010-08-11 23:52:31 -04:00
parent 773fadcffc
commit 2d1dcf202a

View file

@ -27,6 +27,10 @@ sub constructorExtras {
return;
}
sub postProcessMergedProperties {
return;
}
sub debug {
# if the last eval { } caught something, give full diagnostics on that and stop the tests.