Index: trunk/WikiWord/WikiWordIntegrator/src/test/java/de/brightbyte/wikiword/integrator/data/FeatureSetValueSplitterTest.java |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | exp.put("name", "D"); |
23 | 23 | exp.put("name", "E"); |
24 | 24 | exp.put("name", "F"); |
| 25 | + exp.put("name", ""); |
25 | 26 | exp.put("name", "G"); |
26 | 27 | exp.put("foo", "A,B,C"); |
27 | 28 | |
Index: trunk/WikiWord/WikiWordIntegrator/pom.xml |
— | — | @@ -50,13 +50,6 @@ |
51 | 51 | <version>2.4.4</version>
|
52 | 52 | <scope>test</scope>
|
53 | 53 | </dependency>
|
54 | | - <dependency>
|
55 | | - <groupId>ardverk</groupId>
|
56 | | - <artifactId>patricia-trie</artifactId>
|
57 | | - <version>0.1</version>
|
58 | | - <scope>system</scope>
|
59 | | - <systemPath>${basedir}/lib/patricia-trie-0.1.jar</systemPath>
|
60 | | - </dependency>
|
61 | 54 | </dependencies>
|
62 | 55 |
|
63 | 56 | <build>
|