Author: akarasulu
Date: Fri Jan 28 14:51:32 2005
New Revision: 148946

URL: http://svn.apache.org/viewcvs?view=rev&rev=148946
Log:
all works even though testcases are not put in
Modified:
   
incubator/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/prefs/ServerSystemPreferencesTest.java

Modified: 
incubator/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/prefs/ServerSystemPreferencesTest.java
Url: 
http://svn.apache.org/viewcvs/incubator/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/prefs/ServerSystemPreferencesTest.java?view=diff&rev=148946&p1=incubator/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/prefs/ServerSystemPreferencesTest.java&r1=148945&p2=incubator/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/prefs/ServerSystemPreferencesTest.java&r2=148946
==============================================================================
--- 
incubator/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/prefs/ServerSystemPreferencesTest.java
      (original)
+++ 
incubator/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/prefs/ServerSystemPreferencesTest.java
      Fri Jan 28 14:51:32 2005
@@ -163,29 +163,4 @@
 
         assertEquals( "no value", testNode.get( "arrayKey", "no value" ) );
     }
-
-
-    /**
-     * Checks to see that setting the system property utilized the right 
factory
-     * implementation to generate ServerSystemPreferences.
-     */
-    public void testForFactoryUse()
-    {
-        String fqcn = ServerPreferencesFactory.class.getName();
-
-        System.setProperty( "java.util.prefs.PreferencesFactory", fqcn );
-
-        Preferences prefs = Preferences.systemRoot();
-
-        assertEquals( ServerSystemPreferences.class, prefs.getClass() );
-    }
-
-
-    /**
-     * Requests a deep node from the preferences API after setting the
-     */
-    public void testNewDeepNode()
-    {
-
-    }
 }

Reply via email to