Changeset 03fbf66 for tester.c


Ignore:
Timestamp:
Aug 16, 2017, 12:53:41 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
94b4b99e
Parents:
42779f8
git-author:
Jason Gross <jgross@mit.edu> (07/12/11 19:08:45)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/16/17 12:53:41)
Message:
Moved the last of the logging-related variables to perl

We seem to have picked logpath as the string variable we test in
tester.c.  Since this is no longer in C, I've replaced it with
personalbell (no particular reason for that choice).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tester.c

    r21dc927 r03fbf66  
    357357
    358358
    359   FAIL_UNLESS("get string var", NULL != (var = owl_variable_get_var(&vd, "logpath")));
    360   FAIL_UNLESS("get string", 0 == strcmp("~/zlog/people", owl_variable_get_string(var)));
     359  FAIL_UNLESS("get string var", NULL != (var = owl_variable_get_var(&vd, "personalbell")));
     360  FAIL_UNLESS("get string", 0 == strcmp("off", owl_variable_get_string(var)));
    361361  FAIL_UNLESS("set string 7", 0 == owl_variable_set_string(var, "whee"));
    362362  FAIL_UNLESS("get string", !strcmp("whee", owl_variable_get_string(var)));
Note: See TracChangeset for help on using the changeset viewer.