Author: tchemit Date: 2008-07-08 15:08:18 +0000 (Tue, 08 Jul 2008) New Revision: 834 Added: trunk/commandline/ui/src/test/java/org/ trunk/commandline/ui/src/test/resources/log4j.properties trunk/commandline/ui/src/test/resources/testOptions.properties Removed: trunk/lutincommandline-ui/src/test/log4j.properties trunk/lutincommandline-ui/src/test/org/ trunk/lutincommandline-ui/src/test/testOptions.properties Log: Copied: trunk/commandline/ui/src/test/java/org (from rev 821, trunk/lutincommandline-ui/src/test/org) Copied: trunk/commandline/ui/src/test/resources/log4j.properties (from rev 821, trunk/lutincommandline-ui/src/test/log4j.properties) =================================================================== --- trunk/commandline/ui/src/test/resources/log4j.properties (rev 0) +++ trunk/commandline/ui/src/test/resources/log4j.properties 2008-07-08 15:08:18 UTC (rev 834) @@ -0,0 +1,12 @@ +# Global logging configuration +log4j.rootLogger=ERROR, stdout +# Console output... +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n +#log4j.appender.stdout.layout.ConversionPattern=%%c=%c %%C=%C %%d=%d %%F=%F %%l=%l %%L=%L %%m=%m %%M=%M %%p=%p %%r=%r %%t=%t %%x=%x %%X=%X +# package level +log4j.logger.org.codelutin.commandline=INFO +log4j.logger.org.codelutin.i18n=INFO +log4j.logger.org.codelutin.util=INFO +log4j.logger.org.codelutin.option=INFO Property changes on: trunk/commandline/ui/src/test/resources/log4j.properties ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Copied: trunk/commandline/ui/src/test/resources/testOptions.properties (from rev 821, trunk/lutincommandline-ui/src/test/testOptions.properties) =================================================================== --- trunk/commandline/ui/src/test/resources/testOptions.properties (rev 0) +++ trunk/commandline/ui/src/test/resources/testOptions.properties 2008-07-08 15:08:18 UTC (rev 834) @@ -0,0 +1,19 @@ +# pour tester une option sans argument +option0.option.definition=--option0|-0 +option0.option.description=d\u00e9scription option sans argument + +# pour tester une option avec 1 argument constant +option00.option.definition=--option00|-00 <constant|constant2|constant3|constant4> +option00.option.description=option avec un argument constant + +# pour tester une option avec 1 argument valu� (avec un string) +option000.option.definition=--option000|-0000 <string:String|float:Float|file:File|class:class> +option000.option.description=option avec un argument valu� (avec un string) + +# pour tester une option avec 1 argument valu� (avec un newfile) +option001.option.definition=--option000|-0000 <integer:integer|file:File|newfile:NewFile|class:class> +option001.option.description=option avec un argument valu� (avec un newfile) + +# pour tester une option avec 1 argument nomm� et valu� +option0000.option.definition=--option0000|-0000 <string=String|integer=Integer|float=Float|file=File|file=NewFile|class=Class> +option0000.option.description=option avec un argument nomm� et valu� Property changes on: trunk/commandline/ui/src/test/resources/testOptions.properties ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Deleted: trunk/lutincommandline-ui/src/test/log4j.properties =================================================================== --- trunk/lutincommandline-ui/src/test/log4j.properties 2008-07-08 15:07:13 UTC (rev 833) +++ trunk/lutincommandline-ui/src/test/log4j.properties 2008-07-08 15:08:18 UTC (rev 834) @@ -1,12 +0,0 @@ -# Global logging configuration -log4j.rootLogger=ERROR, stdout -# Console output... -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n -#log4j.appender.stdout.layout.ConversionPattern=%%c=%c %%C=%C %%d=%d %%F=%F %%l=%l %%L=%L %%m=%m %%M=%M %%p=%p %%r=%r %%t=%t %%x=%x %%X=%X -# package level -log4j.logger.org.codelutin.commandline=INFO -log4j.logger.org.codelutin.i18n=INFO -log4j.logger.org.codelutin.util=INFO -log4j.logger.org.codelutin.option=INFO Deleted: trunk/lutincommandline-ui/src/test/testOptions.properties =================================================================== --- trunk/lutincommandline-ui/src/test/testOptions.properties 2008-07-08 15:07:13 UTC (rev 833) +++ trunk/lutincommandline-ui/src/test/testOptions.properties 2008-07-08 15:08:18 UTC (rev 834) @@ -1,19 +0,0 @@ -# pour tester une option sans argument -option0.option.definition=--option0|-0 -option0.option.description=d\u00e9scription option sans argument - -# pour tester une option avec 1 argument constant -option00.option.definition=--option00|-00 <constant|constant2|constant3|constant4> -option00.option.description=option avec un argument constant - -# pour tester une option avec 1 argument valu� (avec un string) -option000.option.definition=--option000|-0000 <string:String|float:Float|file:File|class:class> -option000.option.description=option avec un argument valu� (avec un string) - -# pour tester une option avec 1 argument valu� (avec un newfile) -option001.option.definition=--option000|-0000 <integer:integer|file:File|newfile:NewFile|class:class> -option001.option.description=option avec un argument valu� (avec un newfile) - -# pour tester une option avec 1 argument nomm� et valu� -option0000.option.definition=--option0000|-0000 <string=String|integer=Integer|float=Float|file=File|file=NewFile|class=Class> -option0000.option.description=option avec un argument nomm� et valu�