File f=new File("/home/mlzboy/work/sh/taobao.html");
String html=FileUtils.readFileToString(f,"UTF-8");
File f2=new File("/home/mlzboy/work/sh/taobao2.html");
String html2=FileUtils.readFileToString(f2,"UTF-8");
logger.debug(html);
// TaobaoPriceExtractor tpe=new TaobaoPriceExtractor();
// System.out.println(TmallUtil.fetchPromotionPrice(html,300.0D).doubleValue());
// System.out.println(TmallUtil.fetchPromotionPrice2(html2,300.0D).doubleValue());
// Assert.assertEquals(158.72, TmallUtil.fetchPromotionPrice(html,300.0D).doubleValue(), 0);
// Assert.assertEquals(158.72, TmallUtil.fetchPromotionPrice2(html2,300.0D).doubleValue(), 0);
//