From 2d1dcf202a712dcfb287de2ae6f00f37a23360c8 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Wed, 11 Aug 2010 23:52:31 -0400 Subject: [PATCH] Default postProcessMergedProperties in case our child class doesn't have one. Oops. --- t/tests/Test/WebGUI/Asset.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/tests/Test/WebGUI/Asset.pm b/t/tests/Test/WebGUI/Asset.pm index 241beb566..b7c1b6af4 100644 --- a/t/tests/Test/WebGUI/Asset.pm +++ b/t/tests/Test/WebGUI/Asset.pm @@ -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.