Changeset 303 for lex/trunk/test

Show
Ignore:
Timestamp:
06/24/08 17:11:12 (7 months ago)
Author:
chris
Message:

Change N/PNS gloss to N/GNS as requested by Nicolai.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/test/com/qwirx/lex/HebrewConverterTest.java

    r302 r303  
    200200        assertEquals("P",        morphEdges.get(6).symbol()); 
    201201        assertEquals("N/NUC",    morphEdges.get(7).symbol()); 
    202         assertEquals("N/PNS",    morphEdges.get(8).symbol()); 
     202        assertEquals("N/GNS",    morphEdges.get(8).symbol()); 
    203203        assertEquals("N/POS",    morphEdges.get(9).symbol()); 
    204204    }