Revision: b8d11ddb48ed
Author:   Mikko Korpela <[email protected]>
Date:     Wed Dec 14 00:59:35 2011
Log:      Failing the build again
http://code.google.com/p/robotframework/source/detail?r=b8d11ddb48ed

Added:
 /utest/test_that_fails.py

=======================================
--- /dev/null
+++ /utest/test_that_fails.py   Wed Dec 14 00:59:35 2011
@@ -0,0 +1,11 @@
+__author__ = 'mkorpela'
+
+import unittest
+
+
+class MyTestCase(unittest.TestCase):
+    def test_something(self):
+        self.assertEqual(True, False)
+
+if __name__ == '__main__':
+    unittest.main()

Reply via email to