sebb 2004/01/28 10:07:10
Modified: src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/util
DBKey.java
Log:
Add dummy constructor to allow JUnit tests to work
Revision Changes Path
1.7 +4 -0
jakarta-jmeter/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/util/DBKey.java
Index: DBKey.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/util/DBKey.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DBKey.java 5 Oct 2003 00:27:17 -0000 1.6
+++ DBKey.java 28 Jan 2004 18:07:09 -0000 1.7
@@ -94,6 +94,10 @@
this.username = username;
this.password = password;
}
+ // Dummy constructor to allow JMeter test suite to work
+ DBKey(){
+ this("","","","");
+ }
public String getUrl()
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]