|
http:run.cgi
The simulator starts with no nodes. The new city button pops up a dialog for city information.
fit.ActionFixture |
start | eg.GeoSimulator |
check | nodes | 0 |
press | new city |
enter | name | Portland |
enter | zip | 1,1,1 |
check | zip | 1,1,1 expected ARRAY(0x1c1ff0c) actual |
enter | population | 1.5e6 |
enter | coord | 45 30' n 122 45' w |
check | coord | N 45.5 W 122.75 expected 45 30' n 122 45' w actual |
press | ok |
check | nodes | 1 |
press | new city |
enter | name | Salem |
enter | population | .6e6 |
enter | zip | 1,1,2 |
enter | coord | N 44 59' 54" W 122 39' 22" |
press | ok |
check | nodes | 2 |
press | new city |
enter | name | Seattle |
press | cancel |
check | nodes | 2 |
|