#139700: more XTest cleanup.
authorJesse Glick <jglick@netbeans.org>
Tue, 07 Jul 2009 13:47:03 -0400
changeset 28919a17a8e0219a
parent 2890 e334debd6e36
child 2892 1fdbbf0c4f5e
#139700: more XTest cleanup.
nbbuild/hudson/run-vw-sanity.sh
visualweb.dataprovider/library/test/com/sun/data/provider/impl/MetaDataSerializerTest.java
visualweb.dataprovider/test/CachedRowSet_DataProvider_unit.sh
visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/CalendarConverterTest.java
visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/SqlDateConverterTest.java
visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/SqlTimeConverterTest.java
visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/SqlTimestampConverterTest.java
visualweb.jsfsupport/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/container/FacesConatainerTest.java
visualweb.propertyeditors/test/unit/src/org/netbeans/modules/visualweb/propertyeditors/ConverterTest.java
visualweb.web.ui.appbase/test/unit/src/org/netbeans/modules/visualweb/appbase/FacesBeanTest.java
visualweb.xhtml/test/unit/src/org/netbeans/modules/visualweb/xhtml/XhtmlTest.java
     1.1 --- a/nbbuild/hudson/run-vw-sanity.sh	Tue Jul 07 11:30:35 2009 -0400
     1.2 +++ b/nbbuild/hudson/run-vw-sanity.sh	Tue Jul 07 13:47:03 2009 -0400
     1.3 @@ -2,7 +2,6 @@
     1.4  
     1.5  ## Run commit validation test for visual web cluster
     1.6  ## (http://wiki.netbeans.org/wiki/view/VWSanityTestInstructions).
     1.7 -## Results are added to xtest/instance/results.
     1.8  
     1.9  set -x
    1.10  
     2.1 --- a/visualweb.dataprovider/library/test/com/sun/data/provider/impl/MetaDataSerializerTest.java	Tue Jul 07 11:30:35 2009 -0400
     2.2 +++ b/visualweb.dataprovider/library/test/com/sun/data/provider/impl/MetaDataSerializerTest.java	Tue Jul 07 13:47:03 2009 -0400
     2.3 @@ -8,13 +8,6 @@
     2.4  import junit.framework.TestCase;
     2.5           
     2.6  /**
     2.7 - * A Test based on NbTestCase. It is a NetBeans extension to JUnit TestCase
     2.8 - * which among othres allows to compare files via assertFile methods, create
     2.9 - * working directories for testcases, write to log files, compare log files
    2.10 - * against reference (golden) files, etc.
    2.11 - * 
    2.12 - * More details here http://xtest.netbeans.org/NbJUnit/NbJUnit-overview.html.
    2.13 - * 
    2.14   * @author John Baker
    2.15   */
    2.16  public class MetaDataSerializerTest extends TestCase {
     3.1 --- a/visualweb.dataprovider/test/CachedRowSet_DataProvider_unit.sh	Tue Jul 07 11:30:35 2009 -0400
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,16 +0,0 @@
     3.4 -#@echo off
     3.5 -#rmdir /S /Q ..\build
     3.6 -#rmdir /S /Q lib
     3.7 -#rmdir /S /Q work
     3.8 -#rmdir /S /Q results
     3.9 -#BASE is the root of the NetBeans repository
    3.10 -export BASE=../../../../
    3.11 -echo $BASE
    3.12 -
    3.13 -# uncomment when running CachedRowSetTest also - after including test in cfg-unit.xml 
    3.14 -ant -Dnetbeans.dest.dir="$BASE/nbbuild/netbeans" -Dxtest.file_database.properties=$BASE/visualweb/test/data/DefaultDatabase.properties -Dxtest.testtype="unit" -Dxtest.testattribs="stable" -Dnetbeans.javacore.noscan=true
    3.15 -#ant check-properties -Dnetbeans.dest.dir="$BASE/nbbuild/netbeans"  -Dxtest.testtype="unit" -Dxtest.testattribs="stable" -Dnetbeans.javacore.noscan=true
    3.16 -#ant  -Dnetbeans.dest.dir="$BASE/nbbuild/netbeans"  -Dxtest.testtype="unit" -Dxtest.testattribs="stable" -Dnetbeans.javacore.noscan=true
    3.17 -
    3.18 -
    3.19 -
     4.1 --- a/visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/CalendarConverterTest.java	Tue Jul 07 11:30:35 2009 -0400
     4.2 +++ b/visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/CalendarConverterTest.java	Tue Jul 07 13:47:03 2009 -0400
     4.3 @@ -46,13 +46,6 @@
     4.4  import org.netbeans.junit.NbTestSuite;
     4.5  
     4.6  /**
     4.7 - * A Test based on NbTestCase. It is a NetBeans extension to JUnit TestCase
     4.8 - * which among othres allows to compare files via assertFile methods, create
     4.9 - * working directories for testcases, write to log files, compare log files
    4.10 - * against reference (golden) files, etc.
    4.11 - * 
    4.12 - * More details here http://xtest.netbeans.org/NbJUnit/NbJUnit-overview.html.
    4.13 - * 
    4.14   * @author dongmeic
    4.15   */
    4.16  public class CalendarConverterTest extends NbTestCase {
     5.1 --- a/visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/SqlDateConverterTest.java	Tue Jul 07 11:30:35 2009 -0400
     5.2 +++ b/visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/SqlDateConverterTest.java	Tue Jul 07 13:47:03 2009 -0400
     5.3 @@ -45,13 +45,6 @@
     5.4  import org.netbeans.junit.NbTestSuite;
     5.5           
     5.6  /**
     5.7 - * A Test based on NbTestCase. It is a NetBeans extension to JUnit TestCase
     5.8 - * which among othres allows to compare files via assertFile methods, create
     5.9 - * working directories for testcases, write to log files, compare log files
    5.10 - * against reference (golden) files, etc.
    5.11 - * 
    5.12 - * More details here http://xtest.netbeans.org/NbJUnit/NbJUnit-overview.html.
    5.13 - * 
    5.14   * @author dongmeic
    5.15   */
    5.16  public class SqlDateConverterTest extends NbTestCase {
    5.17 @@ -97,4 +90,4 @@
    5.18      /** Test case 2. */
    5.19      public void test2() {
    5.20      }
    5.21 -}
    5.22 \ No newline at end of file
    5.23 +}
     6.1 --- a/visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/SqlTimeConverterTest.java	Tue Jul 07 11:30:35 2009 -0400
     6.2 +++ b/visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/SqlTimeConverterTest.java	Tue Jul 07 13:47:03 2009 -0400
     6.3 @@ -45,13 +45,6 @@
     6.4  import org.netbeans.junit.NbTestSuite;
     6.5           
     6.6  /**
     6.7 - * A Test based on NbTestCase. It is a NetBeans extension to JUnit TestCase
     6.8 - * which among othres allows to compare files via assertFile methods, create
     6.9 - * working directories for testcases, write to log files, compare log files
    6.10 - * against reference (golden) files, etc.
    6.11 - * 
    6.12 - * More details here http://xtest.netbeans.org/NbJUnit/NbJUnit-overview.html.
    6.13 - * 
    6.14   * @author dongmeic
    6.15   */
    6.16  public class SqlTimeConverterTest extends NbTestCase {
    6.17 @@ -97,4 +90,4 @@
    6.18      /** Test case 2. */
    6.19      public void test2() {
    6.20      }
    6.21 -}
    6.22 \ No newline at end of file
    6.23 +}
     7.1 --- a/visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/SqlTimestampConverterTest.java	Tue Jul 07 11:30:35 2009 -0400
     7.2 +++ b/visualweb.jsfsupport.components/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/converter/SqlTimestampConverterTest.java	Tue Jul 07 13:47:03 2009 -0400
     7.3 @@ -45,13 +45,6 @@
     7.4  import org.netbeans.junit.NbTestSuite;
     7.5           
     7.6  /**
     7.7 - * A Test based on NbTestCase. It is a NetBeans extension to JUnit TestCase
     7.8 - * which among othres allows to compare files via assertFile methods, create
     7.9 - * working directories for testcases, write to log files, compare log files
    7.10 - * against reference (golden) files, etc.
    7.11 - * 
    7.12 - * More details here http://xtest.netbeans.org/NbJUnit/NbJUnit-overview.html.
    7.13 - * 
    7.14   * @author dongmeic
    7.15   */
    7.16  public class SqlTimestampConverterTest extends NbTestCase {
    7.17 @@ -97,4 +90,4 @@
    7.18      /** Test case 2. */
    7.19      public void test2() {
    7.20      }
    7.21 -}
    7.22 \ No newline at end of file
    7.23 +}
     8.1 --- a/visualweb.jsfsupport/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/container/FacesConatainerTest.java	Tue Jul 07 11:30:35 2009 -0400
     8.2 +++ b/visualweb.jsfsupport/test/unit/src/org/netbeans/modules/visualweb/jsfsupport/container/FacesConatainerTest.java	Tue Jul 07 13:47:03 2009 -0400
     8.3 @@ -43,13 +43,6 @@
     8.4  import org.netbeans.junit.NbTestSuite;
     8.5           
     8.6  /**
     8.7 - * A Test based on NbTestCase. It is a NetBeans extension to JUnit TestCase
     8.8 - * which among othres allows to compare files via assertFile methods, create
     8.9 - * working directories for testcases, write to log files, compare log files
    8.10 - * against reference (golden) files, etc.
    8.11 - * 
    8.12 - * More details here http://xtest.netbeans.org/NbJUnit/NbJUnit-overview.html.
    8.13 - * 
    8.14   * @author Winston Prakash
    8.15   */
    8.16  public class FacesConatainerTest extends NbTestCase {
    8.17 @@ -95,4 +88,4 @@
    8.18      /** Test case 2. */
    8.19      public void test2() {
    8.20      }
    8.21 -}
    8.22 \ No newline at end of file
    8.23 +}
     9.1 --- a/visualweb.propertyeditors/test/unit/src/org/netbeans/modules/visualweb/propertyeditors/ConverterTest.java	Tue Jul 07 11:30:35 2009 -0400
     9.2 +++ b/visualweb.propertyeditors/test/unit/src/org/netbeans/modules/visualweb/propertyeditors/ConverterTest.java	Tue Jul 07 13:47:03 2009 -0400
     9.3 @@ -42,13 +42,6 @@
     9.4  import org.netbeans.junit.NbTestSuite;
     9.5           
     9.6  /**
     9.7 - * A Test based on NbTestCase. It is a NetBeans extension to JUnit TestCase
     9.8 - * which among othres allows to compare files via assertFile methods, create
     9.9 - * working directories for testcases, write to log files, compare log files
    9.10 - * against reference (golden) files, etc.
    9.11 - * 
    9.12 - * More details here http://xtest.netbeans.org/NbJUnit/NbJUnit-overview.html.
    9.13 - * 
    9.14   * @author winstonp
    9.15   */
    9.16  public class ConverterTest extends NbTestCase {
    9.17 @@ -94,4 +87,4 @@
    9.18      /** Test case 2. */
    9.19      public void test2() {
    9.20      }
    9.21 -}
    9.22 \ No newline at end of file
    9.23 +}
    10.1 --- a/visualweb.web.ui.appbase/test/unit/src/org/netbeans/modules/visualweb/appbase/FacesBeanTest.java	Tue Jul 07 11:30:35 2009 -0400
    10.2 +++ b/visualweb.web.ui.appbase/test/unit/src/org/netbeans/modules/visualweb/appbase/FacesBeanTest.java	Tue Jul 07 13:47:03 2009 -0400
    10.3 @@ -43,13 +43,6 @@
    10.4  import org.netbeans.junit.NbTestSuite;
    10.5           
    10.6  /**
    10.7 - * A Test based on NbTestCase. It is a NetBeans extension to JUnit TestCase
    10.8 - * which among othres allows to compare files via assertFile methods, create
    10.9 - * working directories for testcases, write to log files, compare log files
   10.10 - * against reference (golden) files, etc.
   10.11 - * 
   10.12 - * More details here http://xtest.netbeans.org/NbJUnit/NbJUnit-overview.html.
   10.13 - * 
   10.14   * @author Winston Prakash
   10.15   */
   10.16  public class FacesBeanTest extends NbTestCase {
   10.17 @@ -95,4 +88,4 @@
   10.18      /** Test case 2. */
   10.19      public void test2() {
   10.20      }
   10.21 -}
   10.22 \ No newline at end of file
   10.23 +}
    11.1 --- a/visualweb.xhtml/test/unit/src/org/netbeans/modules/visualweb/xhtml/XhtmlTest.java	Tue Jul 07 11:30:35 2009 -0400
    11.2 +++ b/visualweb.xhtml/test/unit/src/org/netbeans/modules/visualweb/xhtml/XhtmlTest.java	Tue Jul 07 13:47:03 2009 -0400
    11.3 @@ -42,13 +42,6 @@
    11.4  import org.netbeans.junit.NbTestSuite;
    11.5           
    11.6  /**
    11.7 - * A Test based on NbTestCase. It is a NetBeans extension to JUnit TestCase
    11.8 - * which among othres allows to compare files via assertFile methods, create
    11.9 - * working directories for testcases, write to log files, compare log files
   11.10 - * against reference (golden) files, etc.
   11.11 - * 
   11.12 - * More details here http://xtest.netbeans.org/NbJUnit/NbJUnit-overview.html.
   11.13 - * 
   11.14   * @author winstonp
   11.15   */
   11.16  public class XhtmlTest extends NbTestCase {
   11.17 @@ -94,4 +87,4 @@
   11.18      /** Test case 2. */
   11.19      public void test2() {
   11.20      }
   11.21 -}
   11.22 \ No newline at end of file
   11.23 +}