aboutsummaryrefslogtreecommitdiff
path: root/tests/test-main-window.vala
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-11-02 20:40:40 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-11-02 20:40:40 +0100
commit8e2d33d3a5d17531a36e629bcf4c0bc36cbf1cfe (patch)
tree5def29ecbadc8873d62ebea6badc27c99b874bfe /tests/test-main-window.vala
downloadarctica-greeter-8e2d33d3a5d17531a36e629bcf4c0bc36cbf1cfe.tar.gz
arctica-greeter-8e2d33d3a5d17531a36e629bcf4c0bc36cbf1cfe.tar.bz2
arctica-greeter-8e2d33d3a5d17531a36e629bcf4c0bc36cbf1cfe.zip
Imported Upstream version 14.04.10
Diffstat (limited to 'tests/test-main-window.vala')
-rw-r--r--tests/test-main-window.vala12
1 files changed, 12 insertions, 0 deletions
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;
+ }
+}