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.

View | Details | Raw Unified | Return to bug 215375
Collapse All | Expand All

(-)a/db/test/unit/src/org/netbeans/modules/db/explorer/action/GrabTableHelperTest.java (-1 / +1 lines)
Lines 68-74 Link Here
68
        File file = null;
68
        File file = null;
69
69
70
        try {
70
        try {
71
            String tablename = "grabtable";
71
            String tablename = "GRABTABLE";
72
            String pkName = "id";
72
            String pkName = "id";
73
            String col1 = "col1";
73
            String col1 = "col1";
74
            String col2 = "col2";
74
            String col2 = "col2";

Return to bug 215375