|
Checked into trunk
Author: kmarsden Date: Fri Aug 26 15:00:39 2005 New Revision: 240352 URL: http://svn.apache.org/viewcvs?rev=240352&view=rev Log: DERBY-535 Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby:// Changed embedded driver to reject network URL's Added test for testing driver methods. Added: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/checkDriver.out (with props) db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver.java (with props) Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/reference/Attribute.java db/derby/code/trunk/java/engine/org/apache/derby/jdbc/InternalDriver.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/copyfiles.ant Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/reference/Attribute.java URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/engine/org/apache/derby/iapi/reference/Attribute.java?rev=240352&r1=240351&r2=240352&view=diff Submitted 263981 for this issue
This was checked into 10.1
r263981 | kmarsden | 2005-08-28 18:10:44 -0700 (Sun, 28 Aug 2005) | 7 lines a client url like jdbc:derby:// Changed embedded driver to reject network URL's Added test for testing driver methods. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Added test jdbcapi/checkDriver.java which right now just tests acceptsURL but can be updated to check other Driver methods.
I'll open another Jira entry for this.