Re: [xwiki-devs] [xwiki-notifications] r9229 - in xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium-tests/src/test/it/com/xpn/xwiki/it/selenium: . framework
Hi Sergiu, On Apr 18, 2008, at 1:28 AM, sdumitriu (SVN) wrote:
Author: sdumitriu Date: 2008-04-18 01:28:31 +0200 (Fri, 18 Apr 2008) New Revision: 9229
Modified: xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium- tests/src/test/it/com/xpn/xwiki/it/selenium/AllTests.java xwiki-products/xwiki-enterprise/trunk/distribution-test/selenium- tests/src/test/it/com/xpn/xwiki/it/selenium/framework/ XWikiTestSuite.java Log: [cleanup] Apply codestyle
[snip]
* { - * XWikiTestSuite suite = new XWikiTestSuite("My Suite"); + * XWikiTestSuite suite = new XWikiTestSuite("My Suite");
This looks strange. I'm offline right now so can't svn up to check but it looks like the quotes were replaced with " in the java class. [snip] Thanks -Vincent
Vincent Massol wrote:
[snip]
* { - * XWikiTestSuite suite = new XWikiTestSuite("My Suite"); + * XWikiTestSuite suite = new XWikiTestSuite("My Suite");
This looks strange. I'm offline right now so can't svn up to check but it looks like the quotes were replaced with " in the java class.
[snip]
Thanks -Vincent
Got me freaked for a second... No, that's in the javadoc, notice the * at the start of the row. -- Sergiu Dumitriu http://purl.org/net/sergiu/
On Apr 18, 2008, at 8:48 PM, Sergiu Dumitriu wrote:
Vincent Massol wrote:
[snip]
* { - * XWikiTestSuite suite = new XWikiTestSuite("My Suite"); + * XWikiTestSuite suite = new XWikiTestSuite("My Suite");
This looks strange. I'm offline right now so can't svn up to check but it looks like the quotes were replaced with " in the java class.
[snip]
Thanks -Vincent
Got me freaked for a second...
No, that's in the javadoc, notice the * at the start of the row.
ok cool but then we should have a <code><pre> in the javadoc if it's meant to be an example. -Vincent
Vincent Massol wrote:
On Apr 18, 2008, at 8:48 PM, Sergiu Dumitriu wrote:
Vincent Massol wrote:
[snip]
* { - * XWikiTestSuite suite = new XWikiTestSuite("My Suite"); + * XWikiTestSuite suite = new XWikiTestSuite("My Suite"); This looks strange. I'm offline right now so can't svn up to check but it looks like the quotes were replaced with " in the java class.
[snip]
Thanks -Vincent
Got me freaked for a second...
No, that's in the javadoc, notice the * at the start of the row.
ok cool but then we should have a <code><pre> in the javadoc if it's meant to be an example.
Already is. -- Sergiu Dumitriu http://purl.org/net/sergiu/
On Apr 18, 2008, at 9:33 PM, Sergiu Dumitriu wrote:
Vincent Massol wrote:
On Apr 18, 2008, at 8:48 PM, Sergiu Dumitriu wrote:
Vincent Massol wrote:
[snip]
* { - * XWikiTestSuite suite = new XWikiTestSuite("My Suite"); + * XWikiTestSuite suite = new XWikiTestSuite("My Suite"); This looks strange. I'm offline right now so can't svn up to check but it looks like the quotes were replaced with " in the java class.
[snip]
Thanks -Vincent
Got me freaked for a second...
No, that's in the javadoc, notice the * at the start of the row.
ok cool but then we should have a <code><pre> in the javadoc if it's meant to be an example.
Already is.
hmmm then I don't understand the need to escape the quote... ;) I guess I should svn up now and check it out in my editor rather than relying on a svn commit diff... Thanks -Vincent
participants (2)
-
Sergiu Dumitriu -
Vincent Massol