Ignore:
Timestamp:
06/06/08 16:42:37 (16 years ago)
Author:
ra33
Message:

Added a couple of tests for AttributeUtils class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/ComputeTree.java

    r80 r95  
    9696
    9797                        if (value == null) {
    98                                 value = AttributeUtils.getDoubleValue(((Text) i)
    99                                                 .getText());
     98                                value = AttributeUtils.getDoubleValue(((Text) i).getFirstLine());
    10099                        }
    101100
Note: See TracChangeset for help on using the changeset viewer.