Skip to Content.
Sympa Menu

notify-dpml - r893 - in trunk/main/util/cli/src/test/net/dpml/cli: . application bug builder commandline option resource util validation validation/protect

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r893 - in trunk/main/util/cli/src/test/net/dpml/cli: . application bug builder commandline option resource util validation validation/protect
  • Date: Mon, 9 Jan 2006 06:35:18 +0100

Author: mcconnell
Date: 2006-01-09 06:35:12 +0100 (Mon, 09 Jan 2006)
New Revision: 893

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/AbstractCLITestCase.java
trunk/main/util/cli/src/test/net/dpml/cli/AbstractCommandLineTestCase.java

trunk/main/util/cli/src/test/net/dpml/cli/AbstractWriteableCommandLineTestCase.java
trunk/main/util/cli/src/test/net/dpml/cli/CommandLineDefaultsTest.java
trunk/main/util/cli/src/test/net/dpml/cli/DocumentationTest.java
trunk/main/util/cli/src/test/net/dpml/cli/PrecedenceTest.java
trunk/main/util/cli/src/test/net/dpml/cli/application/AntTest.java
trunk/main/util/cli/src/test/net/dpml/cli/application/CpTest.java
trunk/main/util/cli/src/test/net/dpml/cli/application/CvsTest.java
trunk/main/util/cli/src/test/net/dpml/cli/application/LsTest.java
trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug13886Test.java
trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug13935Test.java
trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug15046Test.java
trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug15648Test.java
trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug27575Test.java
trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug28005Test.java
trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug32533Test.java

trunk/main/util/cli/src/test/net/dpml/cli/bug/BugLoopingOptionLookAlikeTest.java
trunk/main/util/cli/src/test/net/dpml/cli/builder/ArgumentBuilderTest.java

trunk/main/util/cli/src/test/net/dpml/cli/builder/DefaultOptionBuilderTest.java

trunk/main/util/cli/src/test/net/dpml/cli/commandline/DefaultingCommandLineTest.java
trunk/main/util/cli/src/test/net/dpml/cli/commandline/ParserTest.java

trunk/main/util/cli/src/test/net/dpml/cli/commandline/PreferencesCommandLineTest.java

trunk/main/util/cli/src/test/net/dpml/cli/commandline/PropertiesCommandLineTest.java

trunk/main/util/cli/src/test/net/dpml/cli/commandline/WriteableCommandLineImplTest.java

trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractArgumentTestCase.java
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractGroupTestCase.java

trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractOptionTestCase.java

trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractParentTestCase.java
trunk/main/util/cli/src/test/net/dpml/cli/option/ArgumentTest.java
trunk/main/util/cli/src/test/net/dpml/cli/option/CommandTest.java
trunk/main/util/cli/src/test/net/dpml/cli/option/DefaultOptionTest.java
trunk/main/util/cli/src/test/net/dpml/cli/option/GroupTest.java
trunk/main/util/cli/src/test/net/dpml/cli/option/NestedGroupTest.java
trunk/main/util/cli/src/test/net/dpml/cli/option/ParentTest.java
trunk/main/util/cli/src/test/net/dpml/cli/option/PropertyOptionTest.java
trunk/main/util/cli/src/test/net/dpml/cli/option/SwitchTest.java
trunk/main/util/cli/src/test/net/dpml/cli/resource/ResourceHelperTest.java
trunk/main/util/cli/src/test/net/dpml/cli/util/ComparatorsTest.java
trunk/main/util/cli/src/test/net/dpml/cli/util/HelpFormatterTest.java

trunk/main/util/cli/src/test/net/dpml/cli/validation/ClassValidatorTest.java
trunk/main/util/cli/src/test/net/dpml/cli/validation/DateValidatorTest.java
trunk/main/util/cli/src/test/net/dpml/cli/validation/EnumValidatorTest.java
trunk/main/util/cli/src/test/net/dpml/cli/validation/FileValidatorTest.java

trunk/main/util/cli/src/test/net/dpml/cli/validation/NumberValidatorTest.java
trunk/main/util/cli/src/test/net/dpml/cli/validation/TimeZoneTestSuite.java
trunk/main/util/cli/src/test/net/dpml/cli/validation/URLValidatorTest.java

trunk/main/util/cli/src/test/net/dpml/cli/validation/protect/ProtectedClass.java
Log:
complete checkstyle revisions

Modified: trunk/main/util/cli/src/test/net/dpml/cli/AbstractCLITestCase.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/AbstractCLITestCase.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/AbstractCLITestCase.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,6 +1,6 @@
/**
* Copyright 2004 The Apache Software Foundation
- * Copyright 2005-2006 Stephen McConnell, Digital Product Meta Library
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/AbstractCommandLineTestCase.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/AbstractCommandLineTestCase.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/AbstractCommandLineTestCase.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -45,37 +46,36 @@
/**
* DOCUMENT ME!
*/
- public final Option m_present = new DefaultOptionBuilder(
).withLongName(
- "present" ).withLongName( "alsopresent" ).create( );
+ public static final Option PRESENT = new DefaultOptionBuilder(
).withLongName( "present" ).withLongName( "alsopresent" ).create( );

/**
* DOCUMENT ME!
*/
- public final Option m_missing = new DefaultOptionBuilder(
).withLongName(
- "missing" ).create( );
+ public static final Option MISSING = new DefaultOptionBuilder(
).withLongName( "missing" ).create( );

/**
* DOCUMENT ME!
*/
- public final Option m_multiple = new DefaultOptionBuilder(
).withLongName(
- "multiple" ).create( );
+ public static final Option MULTIPLE = new DefaultOptionBuilder(
).withLongName( "multiple" ).create( );

/**
* DOCUMENT ME!
*/
- public final Option m_bool = new DefaultOptionBuilder( ).withLongName(
- "bool" ).create( );
+ public static final Option BOOLEAN = new DefaultOptionBuilder(
).withLongName( "bool" ).create( );

/**
* DOCUMENT ME!
*/
- public final Option m_root = new GroupBuilder( ).withOption( m_present )
- .withOption( m_missing )
- .withOption( m_multiple
)
- .withOption( m_bool )
- .create( );
+ public static final Option ROOT =
+ new GroupBuilder( )
+ .withOption( PRESENT )
+ .withOption( MISSING )
+ .withOption( MULTIPLE )
+ .withOption( BOOLEAN )
+ .create();
+
private CommandLine m_commandLine;
-
+
/**
* DOCUMENT ME!
*
@@ -118,8 +118,8 @@
*/
public final void testHasOptionOption( )
{
- assertTrue( m_commandLine.hasOption( m_present ) );
- assertFalse( m_commandLine.hasOption( m_missing ) );
+ assertTrue( m_commandLine.hasOption( PRESENT ) );
+ assertFalse( m_commandLine.hasOption( MISSING ) );
}

/**
@@ -127,8 +127,8 @@
*/
public final void testGetOption( )
{
- assertSame( m_present, m_commandLine.getOption( "--present" ) );
- assertSame( m_present, m_commandLine.getOption( "--alsopresent" ) );
+ assertSame( PRESENT, m_commandLine.getOption( "--present" ) );
+ assertSame( PRESENT, m_commandLine.getOption( "--alsopresent" ) );

//TODO decide whether the following assertion is valid
//assertSame( missing,m_commandLine.getOption( "--missing" ) );
@@ -177,8 +177,8 @@
public final void testGetValuesOption( )
{
assertListContentsEqual( list( "present value" ),
- m_commandLine.getValues( m_present ) );
- assertTrue( m_commandLine.getValues( m_missing ).isEmpty( ) );
+ m_commandLine.getValues( PRESENT ) );
+ assertTrue( m_commandLine.getValues( MISSING ).isEmpty( ) );
}

/*
@@ -190,12 +190,12 @@
public final void testGetValuesOptionList( )
{
assertListContentsEqual( list( "present value" ),
- m_commandLine.getValues( m_present ) );
- assertSame( m_commandLine.getValues( m_missing,
Collections.EMPTY_LIST ),
+ m_commandLine.getValues( PRESENT ) );
+ assertSame( m_commandLine.getValues( MISSING, Collections.EMPTY_LIST
),
Collections.EMPTY_LIST );

final List defs = Collections.singletonList( "custom default" );
- assertSame( defs, m_commandLine.getValues( m_missing, defs ) );
+ assertSame( defs, m_commandLine.getValues( MISSING, defs ) );
}

/*
@@ -259,12 +259,12 @@
*/
public final void testGetValueOption( )
{
- assertEquals( "present value", m_commandLine.getValue( m_present ) );
- assertNull( m_commandLine.getValue( m_missing ) );
+ assertEquals( "present value", m_commandLine.getValue( PRESENT ) );
+ assertNull( m_commandLine.getValue( MISSING ) );

try
{
- m_commandLine.getValue( m_multiple );
+ m_commandLine.getValue( MULTIPLE );
fail( "expected IllegalStateException" );
}
catch( IllegalStateException e )
@@ -284,13 +284,13 @@
public final void testGetValueOptionObject( )
{
assertEquals( "present value",
- m_commandLine.getValue( m_present, "default value" ) );
+ m_commandLine.getValue( PRESENT, "default value" ) );
assertEquals( "default value",
- m_commandLine.getValue( m_missing, "default value" ) );
+ m_commandLine.getValue( MISSING, "default value" ) );

try
{
- m_commandLine.getValue( m_multiple );
+ m_commandLine.getValue( MULTIPLE );
fail( "expected IllegalStateException" );
}
catch( IllegalStateException e )
@@ -335,8 +335,8 @@
*/
public final void testGetSwitchOption( )
{
- assertEquals( Boolean.TRUE, m_commandLine.getSwitch( m_bool ) );
- assertNull( m_commandLine.getSwitch( m_missing ) );
+ assertEquals( Boolean.TRUE, m_commandLine.getSwitch( BOOLEAN ) );
+ assertNull( m_commandLine.getSwitch( MISSING ) );
}

/*
@@ -348,9 +348,9 @@
public final void testGetSwitchOptionBoolean( )
{
assertEquals( Boolean.TRUE,
- m_commandLine.getSwitch( m_bool, Boolean.FALSE ) );
+ m_commandLine.getSwitch( BOOLEAN, Boolean.FALSE ) );
assertEquals( Boolean.FALSE,
- m_commandLine.getSwitch( m_missing, Boolean.FALSE ) );
+ m_commandLine.getSwitch( MISSING, Boolean.FALSE ) );
}

/*
@@ -411,9 +411,9 @@
public final void testGetOptionCountOption( )
{
// one option, one switch
- assertTrue( 1 <= m_commandLine.getOptionCount( m_present ) );
- assertTrue( 1 <= m_commandLine.getOptionCount( m_bool ) );
- assertEquals( 0, m_commandLine.getOptionCount( m_missing ) );
+ assertTrue( 1 <= m_commandLine.getOptionCount( PRESENT ) );
+ assertTrue( 1 <= m_commandLine.getOptionCount( BOOLEAN ) );
+ assertEquals( 0, m_commandLine.getOptionCount( MISSING ) );
}

/**

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/AbstractWriteableCommandLineTestCase.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/AbstractWriteableCommandLineTestCase.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/AbstractWriteableCommandLineTestCase.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -27,7 +28,7 @@
extends AbstractCommandLineTestCase
{
private WriteableCommandLine m_writeable;
-
+
/**
* DOCUMENT ME!
*
@@ -46,14 +47,14 @@
protected final CommandLine createCommandLine( )
{
final WriteableCommandLine cl = createWriteableCommandLine( );
- cl.addOption( m_present );
+ cl.addOption( PRESENT );
cl.addProperty( "present", "present property" );
- cl.addSwitch( m_bool, true );
- cl.addValue( m_present, "present value" );
- cl.addOption( m_multiple );
- cl.addValue( m_multiple, "value 1" );
- cl.addValue( m_multiple, "value 2" );
- cl.addValue( m_multiple, "value 3" );
+ cl.addSwitch( BOOLEAN, true );
+ cl.addValue( PRESENT, "present value" );
+ cl.addOption( MULTIPLE );
+ cl.addValue( MULTIPLE, "value 1" );
+ cl.addValue( MULTIPLE, "value 2" );
+ cl.addValue( MULTIPLE, "value 3" );

return cl;
}
@@ -77,9 +78,9 @@
*/
public final void testAddOption( )
{
- assertFalse( m_writeable.hasOption( m_present ) );
- m_writeable.addOption( m_present );
- assertTrue( m_writeable.hasOption( m_present ) );
+ assertFalse( m_writeable.hasOption( PRESENT ) );
+ m_writeable.addOption( PRESENT );
+ assertTrue( m_writeable.hasOption( PRESENT ) );
}

/**
@@ -87,13 +88,13 @@
*/
public final void testAddValue( )
{
- assertFalse( m_writeable.hasOption( m_present ) );
- assertTrue( m_writeable.getValues( m_present ).isEmpty( ) );
- m_writeable.addValue( m_present, "value" );
- assertContentsEqual( list( "value" ), m_writeable.getValues(
m_present ) );
+ assertFalse( m_writeable.hasOption( PRESENT ) );
+ assertTrue( m_writeable.getValues( PRESENT ).isEmpty( ) );
+ m_writeable.addValue( PRESENT, "value" );
+ assertContentsEqual( list( "value" ), m_writeable.getValues( PRESENT
) );

// most options shouldn't appear due to adding values
- assertFalse( m_writeable.hasOption( m_present ) );
+ assertFalse( m_writeable.hasOption( PRESENT ) );

final Argument arg = ArgumentTest.buildHostArgument( );

@@ -111,11 +112,11 @@
*/
public final void testAddSwitch( )
{
- assertFalse( m_writeable.hasOption( m_present ) );
- assertNull( m_writeable.getSwitch( m_present ) );
- m_writeable.addSwitch( m_present, true );
- assertEquals( Boolean.TRUE, m_writeable.getSwitch( m_present ) );
- assertTrue( m_writeable.hasOption( m_present ) );
+ assertFalse( m_writeable.hasOption( PRESENT ) );
+ assertNull( m_writeable.getSwitch( PRESENT ) );
+ m_writeable.addSwitch( PRESENT, true );
+ assertEquals( Boolean.TRUE, m_writeable.getSwitch( PRESENT ) );
+ assertTrue( m_writeable.hasOption( PRESENT ) );
}

/**

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/CommandLineDefaultsTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/CommandLineDefaultsTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/CommandLineDefaultsTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/DocumentationTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/DocumentationTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/DocumentationTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/PrecedenceTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/PrecedenceTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/PrecedenceTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/application/AntTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/application/AntTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/application/AntTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/application/CpTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/application/CpTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/application/CpTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/application/CvsTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/application/CvsTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/application/CvsTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/application/LsTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/application/LsTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/application/LsTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug13886Test.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug13886Test.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug13886Test.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug13935Test.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug13935Test.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug13935Test.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug15046Test.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug15046Test.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug15046Test.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug15648Test.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug15648Test.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug15648Test.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug27575Test.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug27575Test.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug27575Test.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug28005Test.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug28005Test.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug28005Test.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug32533Test.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug32533Test.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/bug/Bug32533Test.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/bug/BugLoopingOptionLookAlikeTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/bug/BugLoopingOptionLookAlikeTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/bug/BugLoopingOptionLookAlikeTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/builder/ArgumentBuilderTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/builder/ArgumentBuilderTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/builder/ArgumentBuilderTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2004-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/builder/DefaultOptionBuilderTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/builder/DefaultOptionBuilderTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/builder/DefaultOptionBuilderTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2004-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/commandline/DefaultingCommandLineTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/commandline/DefaultingCommandLineTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/commandline/DefaultingCommandLineTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2004-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -33,11 +34,11 @@
{
private CommandLine m_first;
private CommandLine m_second;
- private Option m_inFirst = new DefaultOptionBuilder( ).withLongName(
+ private Option m_inFirst = new DefaultOptionBuilder().withLongName(
"infirst" ).create( );
- private Option m_inBoth = new DefaultOptionBuilder( ).withLongName(
"inboth" )
+ private Option m_inBoth = new DefaultOptionBuilder().withLongName(
"inboth" )
.create( );
- private Option m_inSecond = new DefaultOptionBuilder( ).withLongName(
+ private Option m_inSecond = new DefaultOptionBuilder().withLongName(
"insecond" ).create( );

/* (non-Javadoc)
@@ -50,16 +51,16 @@
*/
protected final CommandLine createCommandLine( )
{
- final WriteableCommandLine writeable = new WriteableCommandLineImpl(
m_root,
- new ArrayList( ) );
- writeable.addOption( m_present );
+ final WriteableCommandLine writeable =
+ new WriteableCommandLineImpl( ROOT, new ArrayList( ) );
+ writeable.addOption( PRESENT );
writeable.addProperty( "present", "present property" );
- writeable.addSwitch( m_bool, true );
- writeable.addValue( m_present, "present value" );
- writeable.addOption( m_multiple );
- writeable.addValue( m_multiple, "value 1" );
- writeable.addValue( m_multiple, "value 2" );
- writeable.addValue( m_multiple, "value 3" );
+ writeable.addSwitch( BOOLEAN, true );
+ writeable.addValue( PRESENT, "present value" );
+ writeable.addOption( MULTIPLE );
+ writeable.addValue( MULTIPLE, "value 1" );
+ writeable.addValue( MULTIPLE, "value 2" );
+ writeable.addValue( MULTIPLE, "value 3" );

final DefaultingCommandLine defaults = new DefaultingCommandLine( );
defaults.appendCommandLine( writeable );
@@ -78,7 +79,7 @@

WriteableCommandLine writeable;

- writeable = new WriteableCommandLineImpl( m_root, new ArrayList( )
);
+ writeable = new WriteableCommandLineImpl( ROOT, new ArrayList( ) );
writeable.addOption( m_inFirst );
writeable.addOption( m_inBoth );
writeable.addProperty( "infirst", "infirst m_first value" );
@@ -91,7 +92,7 @@
writeable.addValue( m_inBoth, "inboth m_first value 2" );
m_first = writeable;

- writeable = new WriteableCommandLineImpl( m_root, new ArrayList( )
);
+ writeable = new WriteableCommandLineImpl( ROOT, new ArrayList( ) );
writeable.addOption( m_inSecond );
writeable.addOption( m_inBoth );
writeable.addProperty( "insecond", "insecond m_second value" );

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/commandline/ParserTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/commandline/ParserTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/commandline/ParserTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2004-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package net.dpml.cli.commandline;

import junit.framework.TestCase;

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/commandline/PreferencesCommandLineTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/commandline/PreferencesCommandLineTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/commandline/PreferencesCommandLineTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2004-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -46,7 +47,7 @@

props.put( "present", "present property" );

- return new PreferencesCommandLine( m_root, props, '|' );
+ return new PreferencesCommandLine( ROOT, props, '|' );
}

/**
@@ -65,7 +66,7 @@

props.put( "present", "present property" );

- return new PreferencesCommandLine( m_root, props );
+ return new PreferencesCommandLine( ROOT, props );
}

/**

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/commandline/PropertiesCommandLineTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/commandline/PropertiesCommandLineTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/commandline/PropertiesCommandLineTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2004-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -44,7 +45,7 @@

m_properties.setProperty( "present", "present property" );

- return new PropertiesCommandLine( m_root, m_properties, '|' );
+ return new PropertiesCommandLine( ROOT, m_properties, '|' );
}

/**
@@ -62,7 +63,7 @@

m_properties.setProperty( "present", "present property" );

- return new PropertiesCommandLine( m_root, m_properties );
+ return new PropertiesCommandLine( ROOT, m_properties );
}

/**

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/commandline/WriteableCommandLineImplTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/commandline/WriteableCommandLineImplTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/commandline/WriteableCommandLineImplTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2004-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -39,7 +40,7 @@
*/
protected WriteableCommandLine createWriteableCommandLine( )
{
- return new WriteableCommandLineImpl( m_root, new ArrayList( ) );
+ return new WriteableCommandLineImpl( ROOT, new ArrayList( ) );
}

/**

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractArgumentTestCase.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractArgumentTestCase.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractArgumentTestCase.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractGroupTestCase.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractGroupTestCase.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractGroupTestCase.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractOptionTestCase.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractOptionTestCase.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractOptionTestCase.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractParentTestCase.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractParentTestCase.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/option/AbstractParentTestCase.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/option/ArgumentTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/option/ArgumentTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/option/ArgumentTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/option/CommandTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/option/CommandTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/option/CommandTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/option/DefaultOptionTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/option/DefaultOptionTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/option/DefaultOptionTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/option/GroupTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/option/GroupTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/option/GroupTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/option/NestedGroupTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/option/NestedGroupTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/option/NestedGroupTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/option/ParentTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/option/ParentTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/option/ParentTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/option/PropertyOptionTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/option/PropertyOptionTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/option/PropertyOptionTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/option/SwitchTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/option/SwitchTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/option/SwitchTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/resource/ResourceHelperTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/resource/ResourceHelperTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/resource/ResourceHelperTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified: trunk/main/util/cli/src/test/net/dpml/cli/util/ComparatorsTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/util/ComparatorsTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/util/ComparatorsTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/util/HelpFormatterTest.java
===================================================================
--- trunk/main/util/cli/src/test/net/dpml/cli/util/HelpFormatterTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++ trunk/main/util/cli/src/test/net/dpml/cli/util/HelpFormatterTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/validation/ClassValidatorTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/validation/ClassValidatorTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/validation/ClassValidatorTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/validation/DateValidatorTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/validation/DateValidatorTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/validation/DateValidatorTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/validation/EnumValidatorTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/validation/EnumValidatorTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/validation/EnumValidatorTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2004-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/validation/FileValidatorTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/validation/FileValidatorTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/validation/FileValidatorTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2004-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/validation/NumberValidatorTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/validation/NumberValidatorTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/validation/NumberValidatorTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/*
* Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/validation/TimeZoneTestSuite.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/validation/TimeZoneTestSuite.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/validation/TimeZoneTestSuite.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2005 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/validation/URLValidatorTest.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/validation/URLValidatorTest.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/validation/URLValidatorTest.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Modified:
trunk/main/util/cli/src/test/net/dpml/cli/validation/protect/ProtectedClass.java
===================================================================
---
trunk/main/util/cli/src/test/net/dpml/cli/validation/protect/ProtectedClass.java
2006-01-09 05:06:32 UTC (rev 892)
+++
trunk/main/util/cli/src/test/net/dpml/cli/validation/protect/ProtectedClass.java
2006-01-09 05:35:12 UTC (rev 893)
@@ -1,5 +1,6 @@
/**
* Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2005-2006 Stephen McConnell, The Digital Product Meta Library
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.




  • r893 - in trunk/main/util/cli/src/test/net/dpml/cli: . application bug builder commandline option resource util validation validation/protect, mcconnell at BerliOS, 01/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page