Changeset 3207
- Timestamp:
- Jun 22, 2006, 3:33:28 PM (19 years ago)
- Location:
- tools/demos
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/demos/flood_database_notes.txt
r3206 r3207 52 52 53 53 54 Testing servlet/FloodDetailServlet?sno=25&sname=Geelong Flood Mitigation Strategy&dname=... OK: Detail link is live 55 Testing servlet/FloodDetailServlet?sno=25&sname=Geelong Flood Mitigation Strategy&dname=... <html> 56 <head> 57 <style type="text/css"> 58 <!-- 59 div {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt} 60 strong {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt;color:black} 61 td {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt;} 62 h3 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 15pt} 63 th {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt} 64 --> 65 </style> 66 <title> 67 Geoscience Australia flood Online Search: Studies details 68 </title></head> 69 70 <body> 71 <table summary="this table is used for layout only" width = "90%" align = "center" CELLSPACING="10"> 72 <tr><td align = "left" valign = "bottom" width = "210"> 73 <a href="/"><img width = "210" height = "60" src="/build/img/logo_inline.gif" border = "0" /></a> 74 </td> 75 <td align = "left" valign = "bottom"> 76 This data is subject to Geoscience Australia's 77 <a href="/about/disclaimer.jsp">disclaimer</a> and 78 <a href = "/about/copyright.jsp">copyright</a> statements. 79 </td></tr> 80 </table> 81 <hr /> 82 <p><table summary="this table is used for layout only" align = "center" width = "90%" CELLSPACING="1" border = "1"> 83 <tr><th>Related study</th></tr> 84 java.lang.NullPointerException</p> 85 </body></html> 86 FAIL: Detail link is not live 87 88 89 Testing servlet/FloodDetailServlet?sno=23&sname=Euroa Floodplain Management Study, Volum... OK: Detail link is live 90 Testing servlet/FloodDetailServlet?sno=23&sname=Euroa Floodplain Management Study, Volum... <html> 91 <head> 92 <style type="text/css"> 93 <!-- 94 div {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt} 95 strong {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt;color:black} 96 td {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt;} 97 h3 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 15pt} 98 th {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt} 99 --> 100 </style> 101 <title> 102 Geoscience Australia flood Online Search: Studies details 103 </title></head> 104 105 <body> 106 <table summary="this table is used for layout only" width = "90%" align = "center" CELLSPACING="10"> 107 <tr><td align = "left" valign = "bottom" width = "210"> 108 <a href="/"><img width = "210" height = "60" src="/build/img/logo_inline.gif" border = "0" /></a> 109 </td> 110 <td align = "left" valign = "bottom"> 111 This data is subject to Geoscience Australia's 112 <a href="/about/disclaimer.jsp">disclaimer</a> and 113 <a href = "/about/copyright.jsp">copyright</a> statements. 114 </td></tr> 115 </table> 116 <hr /> 117 <p></p> 118 </body></html> 119 FAIL: Detail link is not live 120 -
tools/demos/test_flood_database.py
r3206 r3207 121 121 """ 122 122 123 import urllib124 125 123 F = urllib.urlopen(URL) 126 124 T = F.readlines() … … 137 135 138 136 139 140 # Spawn a number of processes to force new database connections141 # ......142 143 137 test_site() 144 138 test_database('flood_studies_all.html')
Note: See TracChangeset
for help on using the changeset viewer.