Revision: 2831
Author: pekka.klarck
Date: Fri Apr  2 17:39:39 2010
Log: Easter egg laid (issue 511)
http://code.google.com/p/robotframework/source/detail?r=2831

Added:
 /trunk/src/robot/libraries/Easter.py
Modified:
 /trunk/src/robot/running/namespace.py

=======================================
--- /dev/null
+++ /trunk/src/robot/libraries/Easter.py        Fri Apr  2 17:39:39 2010
@@ -0,0 +1,19 @@
+# Copyright 2008-2009 Nokia Siemens Networks Oyj
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+def none_shall_pass(who):
+    if who is not None:
+        raise AssertionError('None shall pass!')
+ print '*HTML* <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/dhRUe-gz690&hl=en_US&fs=1&rel=0&color1=0x234900&color2=0x4e9e00";></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dhRUe-gz690&hl=en_US&fs=1&rel=0&color1=0x234900&color2=0x4e9e00"; type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>'
=======================================
--- /trunk/src/robot/running/namespace.py       Thu Mar 25 05:46:06 2010
+++ /trunk/src/robot/running/namespace.py       Fri Apr  2 17:39:39 2010
@@ -49,6 +49,7 @@
         self._imported_variable_files = []
         self.import_library('BuiltIn')
         self.import_library('Reserved')
+        self.import_library('Easter')
         if suite.source is not None:
             self._handle_imports(suite.imports)
         robot.running.NAMESPACES.start_suite(self)


--
To unsubscribe, reply using "remove me" as the subject.

Reply via email to