Changeset 5ca4b4f for tester.c


Ignore:
Timestamp:
Aug 5, 2017, 11:23:08 PM (7 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
ab1aee4
Parents:
8190ce8
git-author:
Jason Gross <jgross@mit.edu> (07/12/11 19:08:45)
git-committer:
Jason Gross <jgross@mit.edu> (08/05/17 23:23:08)
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 r5ca4b4f  
    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.