r51549 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51548‎ | r51549 | r51550 >
Date:17:25, 6 June 2009
Author:daniel
Status:deferred
Tags:
Comment:
fix build (pom, test)
Modified paths:
  • /trunk/WikiWord/WikiWordIntegrator/pom.xml (modified) (history)
  • /trunk/WikiWord/WikiWordIntegrator/src/test/java/de/brightbyte/wikiword/integrator/data/FeatureSetValueSplitterTest.java (modified) (history)

Diff [purge]

Index: trunk/WikiWord/WikiWordIntegrator/src/test/java/de/brightbyte/wikiword/integrator/data/FeatureSetValueSplitterTest.java
@@ -21,6 +21,7 @@
2222 exp.put("name", "D");
2323 exp.put("name", "E");
2424 exp.put("name", "F");
 25+ exp.put("name", "");
2526 exp.put("name", "G");
2627 exp.put("foo", "A,B,C");
2728
Index: trunk/WikiWord/WikiWordIntegrator/pom.xml
@@ -50,13 +50,6 @@
5151 <version>2.4.4</version>
5252 <scope>test</scope>
5353 </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>
6154 </dependencies>
6255
6356 <build>

Status & tagging log