mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
17.12.2007 d7493c1fadaa7c5b66bcf6bf93671226cf6f8961
opends/tests/unit-tests-testng/src/server/org/opends/server/util/PackageInfoTestCase.java
@@ -288,7 +288,7 @@
   *
   * @param  sourceDirectory  The directory for which to make the determination.
   */
  @Test(enabled=false, dataProvider="adsSourceDirectories")
  @Test(dataProvider="adsSourceDirectories")
  public void testADSPackageInfoExists(File sourceDirectory)
         throws Exception
  {
@@ -348,7 +348,7 @@
   *
   * @param  sourceDirectory  The directory for which to make the determination.
   */
  @Test(enabled=false, dataProvider="guiToolsSourceDirectories")
  @Test(dataProvider="guiToolsSourceDirectories")
  public void testGUIToolsPackageInfoExists(File sourceDirectory)
         throws Exception
  {