Changeset 3207


Ignore:
Timestamp:
Jun 22, 2006, 3:33:28 PM (19 years ago)
Author:
ole
Message:

More notes

Location:
tools/demos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/demos/flood_database_notes.txt

    r3206 r3207  
    5252
    5353
     54Testing servlet/FloodDetailServlet?sno=25&sname=Geelong Flood Mitigation Strategy&dname=... OK: Detail link is live
     55Testing servlet/FloodDetailServlet?sno=25&sname=Geelong Flood Mitigation Strategy&dname=... <html>
     56<head>
     57<style type="text/css">
     58<!--
     59div {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt}
     60strong {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt;color:black}
     61td {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt;}
     62h3 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 15pt}
     63th {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt}
     64-->
     65</style>
     66<title>
     67Geoscience 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">
     76This 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>
     84java.lang.NullPointerException</p>
     85</body></html>
     86FAIL: Detail link is not live
     87
     88
     89Testing servlet/FloodDetailServlet?sno=23&sname=Euroa Floodplain Management Study, Volum... OK: Detail link is live
     90Testing servlet/FloodDetailServlet?sno=23&sname=Euroa Floodplain Management Study, Volum... <html>
     91<head>
     92<style type="text/css">
     93<!--
     94div {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt}
     95strong {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt;color:black}
     96td {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt;}
     97h3 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 15pt}
     98th {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt}
     99-->
     100</style>
     101<title>
     102Geoscience 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">
     111This 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>
     119FAIL: Detail link is not live
     120
  • tools/demos/test_flood_database.py

    r3206 r3207  
    121121    """
    122122 
    123     import urllib
    124 
    125123    F = urllib.urlopen(URL)   
    126124    T = F.readlines()
     
    137135         
    138136 
    139 
    140 # Spawn a number of processes to force new database connections
    141 # ......
    142 
    143137test_site()
    144138test_database('flood_studies_all.html')
Note: See TracChangeset for help on using the changeset viewer.