Author: lresende
Date: Sun Nov  4 22:36:47 2007
New Revision: 591893

URL: http://svn.apache.org/viewvc?rev=591893&view=rev
Log:
Setting javadoc to identify the purpose of the testcase and the details of each 
test

Modified:
    
incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ConnectionTests.java

Modified: 
incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ConnectionTests.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ConnectionTests.java?rev=591893&r1=591892&r2=591893&view=diff
==============================================================================
--- 
incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ConnectionTests.java
 (original)
+++ 
incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ConnectionTests.java
 Sun Nov  4 22:36:47 2007
@@ -28,6 +28,9 @@
 
 import commonj.sdo.DataObject;
 
+/**
+ * Test Database Connection with and without authentication required 
+ */
 public class ConnectionTests extends DasTest {
        Properties p = null;
        
@@ -58,7 +61,9 @@
        super.tearDown();
     }
 
-    /*As database is created with user, password, connection without same 
authentication can not look up data*/
+    /**
+     * As database is created with user, password, connection without same 
authentication can not look up data
+     */
     public void testConnectionUsingDriverManagerNoAuth() throws Exception {
        try {
                        DAS das = 
DAS.FACTORY.createDAS(getConfig("connectionInfoDriverManagerNoAuth.xml"));
@@ -70,7 +75,9 @@
                }
     }
     
-    /*As database is created with user, password, connection with same 
authentication can look up data*/
+    /**
+     * As database is created with user, password, connection with same 
authentication can look up data
+     */
     public void testConnectionUsingDriverManagerAuth() throws Exception {
        try {
                        DAS das = 
DAS.FACTORY.createDAS(getConfig("connectionInfoDriverManagerAuth.xml"));



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to