BriteSnow / snow

A Lightweight, Google Guice, Simple, and Powerful Web Application Framework that makes building modern Web Application a breeze! Fully open source, Apache V2 licensed.
http://britesnow.com/snow
29 stars 10 forks source link

SnowTestSupport.initWebApplication(String,Map) does not work (others do) #9

Closed jeremychone closed 11 years ago

jeremychone commented 11 years ago

In a test file, when calling SnowTestSupport.initWebApplication with only the webapp path, and properties override, it does not work.

Work around SnowTestSupport.initWebApplication("src/main/webapp",propertyMap,(Object[])null).

jeremychone commented 11 years ago

Fixed, in 2.0.0-SNAPSHOT