On May 14, 2009, at 4:42 PM, mflorea (SVN) wrote:

> Author: mflorea
> Date: 2009-05-14 16:42:12 +0200 (Thu, 14 May 2009)
> New Revision: 19942
>
> Modified:
>   enterprise/trunk/distribution-test/wysiwyg-tests/src/test/it/com/ 
> xpn/xwiki/it/selenium/StandardFeaturesTest.java
> Log:
> XWIKI-3682: Trademark symbol is not displayed correctly.
>
> Modified: enterprise/trunk/distribution-test/wysiwyg-tests/src/test/ 
> it/com/xpn/xwiki/it/selenium/StandardFeaturesTest.java
> ===================================================================
> --- enterprise/trunk/distribution-test/wysiwyg-tests/src/test/it/com/ 
> xpn/xwiki/it/selenium/StandardFeaturesTest.java       2009-05-14 14:34:42  
> UTC (rev 19941)
> +++ enterprise/trunk/distribution-test/wysiwyg-tests/src/test/it/com/ 
> xpn/xwiki/it/selenium/StandardFeaturesTest.java       2009-05-14 14:42:12  
> UTC (rev 19942)
> @@ -215,6 +215,7 @@
>     /**
>      * @see XWIKI-3012: Exception when opening a WYSIWYG dialog in  
> FF2.0
>      * @see XWIKI-2992: Place the caret after the inserted symbol
> +     * @see @see XWIKI-3682: Trademark symbol is not displayed  
> correctly.

lots of see... ;)

-Vincent

>
>      */
>     public void testInsertSymbol()
>     {
> @@ -224,7 +225,9 @@
>         closeDialog();
>         clickSymbolButton();
>         getSelenium().click("//d...@title='registered sign']");
> -        assertWiki("\u00A9\u00AE");
> +        clickSymbolButton();
> +        getSelenium().click("//d...@title='trade mark sign']");
> +        assertWiki("\u00A9\u00AE\u2122");
>     }
>
>     /**
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to