sebb 2004/01/28 10:30:03
Modified: src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/util
DBKey.java
Log:
Needs to be public, otherwise test is not created
Revision Changes Path
1.8 +1 -1
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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DBKey.java 28 Jan 2004 18:07:09 -0000 1.7
+++ DBKey.java 28 Jan 2004 18:30:03 -0000 1.8
@@ -95,7 +95,7 @@
this.password = password;
}
// Dummy constructor to allow JMeter test suite to work
- DBKey(){
+ public DBKey(){
this("","","","");
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]