This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145501 - QuoterTest failing with MySQL
Summary: QuoterTest failing with MySQL
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-08-28 22:58 UTC by David Vancouvering
Modified: 2009-02-13 08:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Vancouvering 2008-08-28 22:58:38 UTC
Run the QuoterTest in the db module with MySQL, and you get the following error:

Testcase: testUnquote(org.netbeans.api.db.sql.support.QuoterTest):        FAILED
null expected:<[]> but was:<[""]>
junit.framework.ComparisonFailure: null expected:<[]> but was:<[""]>
        at org.netbeans.api.db.sql.support.QuoterTest.testUnquote(QuoterTest.java:162)
        at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:84)
        at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:330)
        at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:267)
        at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:346)
        at org.netbeans.junit.NbTestCase.run(NbTestCase.java:207)
Comment 1 Andrei Badea 2008-09-02 13:41:48 UTC
#d8be794a9a06
Comment 2 Quality Engineering 2008-09-03 17:22:23 UTC
Integrated into 'main-golden', will be available in build *200809031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d8be794a9a06
User: Andrei Badea <abadea@netbeans.org>
Log: #145501: QuoterTest failing with MySQL
Comment 3 mvanek 2009-02-13 08:56:48 UTC
verified.
NetBeans IDE Dev (Build 200902120201)