changeset 9776:409f765373b0

8038823: Missing @Test annotation and copyright in java.time tests Reviewed-by: lancea
author rriggs
date Fri, 18 Apr 2014 15:37:22 -0400
parents a311c31fc622
children 25bec8e3193e
files test/java/time/tck/java/time/chrono/CopticChronology.java test/java/time/tck/java/time/chrono/CopticDate.java test/java/time/tck/java/time/chrono/CopticEra.java test/java/time/tck/java/time/chrono/TCKChronoPeriod.java
diffstat 4 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/time/tck/java/time/chrono/CopticChronology.java	Fri Apr 18 18:46:50 2014 +0400
+++ b/test/java/time/tck/java/time/chrono/CopticChronology.java	Fri Apr 18 15:37:22 2014 -0400
@@ -1,4 +1,5 @@
 /*
+ * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/java/time/tck/java/time/chrono/CopticDate.java	Fri Apr 18 18:46:50 2014 +0400
+++ b/test/java/time/tck/java/time/chrono/CopticDate.java	Fri Apr 18 15:37:22 2014 -0400
@@ -1,4 +1,5 @@
 /*
+ * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/java/time/tck/java/time/chrono/CopticEra.java	Fri Apr 18 18:46:50 2014 +0400
+++ b/test/java/time/tck/java/time/chrono/CopticEra.java	Fri Apr 18 15:37:22 2014 -0400
@@ -1,4 +1,5 @@
 /*
+ * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
--- a/test/java/time/tck/java/time/chrono/TCKChronoPeriod.java	Fri Apr 18 18:46:50 2014 +0400
+++ b/test/java/time/tck/java/time/chrono/TCKChronoPeriod.java	Fri Apr 18 15:37:22 2014 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -83,6 +83,7 @@
 import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;
 
+@Test
 public class TCKChronoPeriod {
 
     //-----------------------------------------------------------------------