When the variable that a DisplayVariable is watching changes value, the DisplayVariable should report the new value.
testcase in frysk.rt.TestDisplayValue is now enabled and passing: ChangleLog entry: frysk-core/frysk/rt: 2007-05-31 Adam Jocksch <ajocksch@redhat.com> * DisplayValue.java (DisplayValue): Now takes a task object. (isInScope): Now correctly returns whether the varliable is in scope. (update): Added. * TestDisplayValue.java (testVariableValueChanged): Enabled, testcase now passes. (testVariableValueNotChanged): Ditto. frysk-core/frysk/pkglibdir: 2007-05-31 Adam Jocksch <ajocksch@redhat.com> * funit-rt-varchange.c: Added phoney function calls to stop the compiler from optimizing out lines of code.