From 8e2d33d3a5d17531a36e629bcf4c0bc36cbf1cfe Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 2 Nov 2014 20:40:40 +0100 Subject: Imported Upstream version 14.04.10 --- tests/test-main-window.vala | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/test-main-window.vala (limited to 'tests/test-main-window.vala') diff --git a/tests/test-main-window.vala b/tests/test-main-window.vala new file mode 100644 index 0000000..07207d0 --- /dev/null +++ b/tests/test-main-window.vala @@ -0,0 +1,12 @@ + +public class TestMainWindow : MainWindow +{ + public TestMainWindow () + { + } + + public Background get_background () + { + return get_child() as Background; + } +} -- cgit v1.2.3