[selenium] r10614 committed - DavidBurns fix to webserver details in implicit tests

2 views
Skip to first unread message

codesite...@google.com

unread,
Dec 10, 2010, 12:49:27 PM12/10/10
to selenium-deve...@googlegroups.com
Revision: 10614
Author: theautomatedtester
Date: Fri Dec 10 09:48:28 2010
Log: DavidBurns fix to webserver details in implicit tests
http://code.google.com/p/selenium/source/detail?r=10614

Modified:
/trunk/py/test/selenium/webdriver/common/implicit_waits_tests.py

=======================================
--- /trunk/py/test/selenium/webdriver/common/implicit_waits_tests.py Fri
Dec 10 08:47:42 2010
+++ /trunk/py/test/selenium/webdriver/common/implicit_waits_tests.py Fri
Dec 10 09:48:28 2010
@@ -94,10 +94,9 @@
elements = self.driver.find_elements_by_class_name("redbox")
self.assertEqual(0, len(elements))

-
def _pageURL(self, name):
- return "http://localhost:2310/common/%s.html" % name
-
+ return "http://localhost:%d/%s.html" % (self.webserver.port, name)
+
def _loadSimplePage(self):
self._loadPage("simpleTest")

Reply all
Reply to author
Forward
0 new messages