Update of /cvsroot/tm4j/panckoucke/src/org/tm4j/panckoucke/test/abstraction/spatial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2288/panckoucke/src/org/tm4j/panckoucke/test/abstraction/spatial
Modified Files:
SimpleCoordinateExtractorTest.java
Log Message:
Spelling fix: s/ccurence/ccurrence/ part 3: non-TMDM-spelling-fixes (found thanks to a code-review by Benjamin Bock <bb-...@bo...>)
Index: SimpleCoordinateExtractorTest.java
===================================================================
RCS file: /cvsroot/tm4j/panckoucke/src/org/tm4j/panckoucke/test/abstraction/spatial/SimpleCoordinateExtractorTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SimpleCoordinateExtractorTest.java 13 Oct 2004 05:11:27 -0000 1.1
--- SimpleCoordinateExtractorTest.java 21 Jan 2008 20:12:39 -0000 1.2
***************
*** 53,57 ****
sce = new SimpleCoordinateExtractor();
sce.setExtractionPattern(COORDINATE_REGEX);
! sce.setOccurenceType(occtype);
--- 53,57 ----
sce = new SimpleCoordinateExtractor();
sce.setExtractionPattern(COORDINATE_REGEX);
! sce.setOccurrenceType(occtype);
***************
*** 87,91 ****
// set the occ-type that topic2 uses
// and see if we now get the coordinate
! sce.setOccurenceType(tm.getTopicByID("ot-altCoordinateType"));
point = sce.getCoordinateFor(t);
assertEquals(22.06, point.getX(),0.01);
--- 87,91 ----
// set the occ-type that topic2 uses
// and see if we now get the coordinate
! sce.setOccurrenceType(tm.getTopicByID("ot-altCoordinateType"));
point = sce.getCoordinateFor(t);
assertEquals(22.06, point.getX(),0.01);
|