diff options
author | Struan Donald <struan@exo.org.uk> | 2018-09-25 12:14:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-02 10:01:10 +0100 |
commit | af81846ae820d3f35d8009ca249891d51bb4eb13 (patch) | |
tree | b370343f4155032d52ff392bd544d7370a07c401 /bin/browser-tests | |
parent | b927252ea84d8552f4ad7a7cf12accd1d49a9ead (diff) |
Adapt fixture script to be non-random on request.
The existing fixture script generates random results so is no use for
front end testing.
Diffstat (limited to 'bin/browser-tests')
-rwxr-xr-x | bin/browser-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/browser-tests b/bin/browser-tests index 0c56be918..f1af32871 100755 --- a/bin/browser-tests +++ b/bin/browser-tests @@ -69,7 +69,7 @@ sub run { # Set up, and load in some data system('bin/make_css', 'fixmystreet.com'); - system('bin/fixmystreet.com/fixture', '--coords', '51.532851,-2.284277', '--name', 'Borsetshire', '--area-id', 2608, '--commit'); + system('bin/fixmystreet.com/fixture', '--nonrandom', '--coords', '51.532851,-2.284277', '--name', 'Borsetshire', '--area-id', 2608, '--commit'); } my $pid; |