Good point, removed this, (r678591) made the validator simpler,
loading the js was probably overkill as all I was digging was the
fields property.
,
Ian
On 21 Jul 2008, at 17:23, Cassie wrote:
+ <!-- is this Ok, only used in test to load the features -->
We should avoid this if possible. You can just put your tests that
need this in the /server module. The endtoend tests are one example of
something that needs the whole server setup. We can reuse that setup.
+ <dependency>
+ <groupId>org.apache.shindig</groupId>
+ <artifactId>shindig-features</artifactId>
+ <scope>test</scope>
+ </dependency>