2 new revisions:

Revision: da2459d2f9c5
Branch:   default
Author:   Mikko Korpela <mikko.korp...@gmail.com>
Date:     Fri Feb  7 08:57:22 2014 UTC
Log:      Fix flickering test
http://code.google.com/p/robotframework/source/detail?r=da2459d2f9c5

Revision: 33f326a37d94
Branch:   default
Author:   Mikko Korpela <mikko.korp...@gmail.com>
Date:     Fri Feb  7 09:48:47 2014 UTC
Log:      merge
http://code.google.com/p/robotframework/source/detail?r=33f326a37d94

==============================================================================
Revision: da2459d2f9c5
Branch:   default
Author:   Mikko Korpela <mikko.korp...@gmail.com>
Date:     Fri Feb  7 08:57:22 2014 UTC
Log:      Fix flickering test
http://code.google.com/p/robotframework/source/detail?r=da2459d2f9c5

Modified:
 /atest/testdata/standard_libraries/builtin/get_time.txt

=======================================
--- /atest/testdata/standard_libraries/builtin/get_time.txt Tue Jan 29 00:31:28 2013 UTC +++ /atest/testdata/standard_libraries/builtin/get_time.txt Fri Feb 7 08:57:22 2014 UTC
@@ -61,10 +61,11 @@
     ...  Get Time  timestamp  invalid

 When Time Is UTC
-    ${utc} =  Get Time  epoch  UTC
-    ${now} =  Get Time  epoch  NOW
+    ${before} =   Get Time  epoch  NOW
+    ${utc} =      Get Time  epoch  UTC
+    ${after} =    Get Time  epoch  NOW
     ${zone} =  Get Current Time Zone
-    Should Be True  ${now} <= ${utc} - ${zone} <= ${now} + 1
+    Should Be True  ${before} <= ${utc} - ${zone} <= ${after}

 When Time Is UTC +- Something
     ${time} =  Get Time  epoch  UTC

==============================================================================
Revision: 33f326a37d94
Branch:   default
Author:   Mikko Korpela <mikko.korp...@gmail.com>
Date:     Fri Feb  7 09:48:47 2014 UTC
Log:      merge
http://code.google.com/p/robotframework/source/detail?r=33f326a37d94


--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to