-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22363/#review46570
-----------------------------------------------------------


I delivered the change but had to revert it because it is breaking the build, 
some unit tests are failing.  Can you please look into this?  Also it would be 
good to make sure this new code is covered by a unit test.

- Ryan Baxter


On June 23, 2014, 8:01 a.m., Jiaqing Guo wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/22363/
> -----------------------------------------------------------
> 
> (Updated June 23, 2014, 8:01 a.m.)
> 
> 
> Review request for shindig, Dan Dumont, Ryan Baxter, Rich Thompson, and 
> Stanton Sievers.
> 
> 
> Bugs: SHINDIG-1978
>     https://issues.apache.org/jira/browse/SHINDIG-1978
> 
> 
> Repository: shindig
> 
> 
> Description
> -------
> 
> If gadget spec contains a "ModulePrefs" tag with "title" attribute like below:
> <ModulePrefs title="this is title" description="Hello World Embedded 
> Experience gadget" height="400" width="500">
> Then expect the loaded gadget should contain proper "title" element like 
> below:
> <html>
> <head>
> <title>this is title</title>
> ......
> But the actual result is the load gadget doesn't contain "title" element.
> 
> 
> Diffs
> -----
> 
>   
> http://svn.apache.org/repos/asf/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/render/RenderingGadgetRewriter.java
>  1436455 
> 
> Diff: https://reviews.apache.org/r/22363/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Jiaqing Guo
> 
>

Reply via email to