missing svn keywords and @version: $ tags

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@979392 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2010-07-26 18:09:52 +00:00
parent c9c9af98d8
commit c6ba216574
14 changed files with 17 additions and 3 deletions

View File

@ -25,6 +25,7 @@
* Tests CharSequenceUtils * Tests CharSequenceUtils
* *
* @author Gary Gregory * @author Gary Gregory
* @version $Id$
*/ */
public class CharSequenceUtilsTest extends TestCase { public class CharSequenceUtilsTest extends TestCase {

View File

@ -23,6 +23,10 @@
import junit.framework.TestCase; import junit.framework.TestCase;
/**
*
* @version $Id$
*/
public class EnumUtilsTest extends TestCase { public class EnumUtilsTest extends TestCase {
public void testConstructable() { public void testConstructable() {

View File

@ -28,6 +28,7 @@
/** /**
* Test the Pair class. * Test the Pair class.
* @author Matt Benson * @author Matt Benson
* @version $Id$
*/ */
public class PairTest { public class PairTest {

View File

@ -26,7 +26,7 @@
* Tests the methods in the {@link org.apache.commons.lang3.Range} class. * Tests the methods in the {@link org.apache.commons.lang3.Range} class.
* </p> * </p>
* *
* @version $Id: RangeTest.java 754804 2009-03-16 02:06:18Z sebb $ * @version $Id$
*/ */
@SuppressWarnings("boxing") @SuppressWarnings("boxing")
public class RangeTest extends TestCase { public class RangeTest extends TestCase {

View File

@ -33,7 +33,7 @@
/** /**
* Test class for {@code BasicThreadFactory}. * Test class for {@code BasicThreadFactory}.
* *
* @version $Id: $ * @version $Id$
*/ */
public class BasicThreadFactoryTest { public class BasicThreadFactoryTest {
/** Constant for the test naming pattern. */ /** Constant for the test naming pattern. */

View File

@ -26,6 +26,7 @@
/** /**
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class EventListenerSupportTest extends TestCase public class EventListenerSupportTest extends TestCase
{ {

View File

@ -31,6 +31,7 @@
/** /**
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class EventUtilsTest extends TestCase public class EventUtilsTest extends TestCase
{ {

View File

@ -21,6 +21,7 @@
/** /**
* Unit tests for {@link org.apache.commons.lang3.text.translate.EntityArrays}. * Unit tests for {@link org.apache.commons.lang3.text.translate.EntityArrays}.
* @version $Id$
*/ */
public class EntityArraysTest extends TestCase { public class EntityArraysTest extends TestCase {

View File

@ -24,6 +24,7 @@
/** /**
* Unit tests for {@link org.apache.commons.lang3.text.translate.LookupTranslator}. * Unit tests for {@link org.apache.commons.lang3.text.translate.LookupTranslator}.
* @version $Id$
*/ */
public class LookupTranslatorTest extends TestCase { public class LookupTranslatorTest extends TestCase {

View File

@ -21,6 +21,7 @@
/** /**
* Unit tests for {@link org.apache.commons.lang3.text.translate.NumericEntityEscaper}. * Unit tests for {@link org.apache.commons.lang3.text.translate.NumericEntityEscaper}.
* @version $Id$
*/ */
public class NumericEntityEscaperTest extends TestCase { public class NumericEntityEscaperTest extends TestCase {

View File

@ -21,6 +21,7 @@
/** /**
* Unit tests for {@link org.apache.commons.lang3.text.translate.NumericEntityUnescaper}. * Unit tests for {@link org.apache.commons.lang3.text.translate.NumericEntityUnescaper}.
* @version $Id$
*/ */
public class NumericEntityUnescaperTest extends TestCase { public class NumericEntityUnescaperTest extends TestCase {

View File

@ -21,6 +21,7 @@
/** /**
* Unit tests for {@link org.apache.commons.lang3.text.translate.UnicodeEscaper}. * Unit tests for {@link org.apache.commons.lang3.text.translate.UnicodeEscaper}.
* @version $Id$
*/ */
public class UnicodeEscaperTest extends TestCase { public class UnicodeEscaperTest extends TestCase {

View File

@ -21,6 +21,7 @@
/** /**
* Unit tests for {@link org.apache.commons.lang3.text.translate.UnicodeEscaper}. * Unit tests for {@link org.apache.commons.lang3.text.translate.UnicodeEscaper}.
* @version $Id$
*/ */
public class UnicodeUnescaperTest extends TestCase { public class UnicodeUnescaperTest extends TestCase {

View File

@ -36,7 +36,7 @@
* *
* @author Robert Scholte * @author Robert Scholte
* @since 3.0 * @since 3.0
* * @version $Id$
*/ */
// TODO: Add DateUtils.ceil()-tests if method is available // TODO: Add DateUtils.ceil()-tests if method is available
public class DateUtilsRoundingTest extends TestCase { public class DateUtilsRoundingTest extends TestCase {