Removed inappropriate assertion from list.q
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 29 Jan 2004 23:54:37 +0000 (23:54 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 29 Jan 2004 23:54:37 +0000 (23:54 +0000)
src/list.q
tests/bugs/html-frequency.sh

index 578cfe5d0abaca0c0fc4e542b97a9051b0cc1381..952283bc7b899c8f18f94589e39aabe12c380511 100644 (file)
@@ -253,7 +253,7 @@ write_all_headers (void)
        {
          struct html_driver_ext *x = d->ext;
   
-         assert (d->driver_open && d->page_open);
+         assert (d->driver_open);
          if (x->sequence_no == 0 && !d->class->open_page (d))
            {
              msg (ME, _("Cannot open first page on HTML device %s."),
index dcfd41662ca9bd5caeb7b1329dc0ccad261185be..1c082356f8355089221326b285fd36388262c33c 100755 (executable)
@@ -57,6 +57,8 @@ begin data.
 3 4
 end data.
 
+list.
+
 frequencies v1 v2.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi