File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/test/java/com/microsoft/sqlserver/jdbc/callablestatement Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 22
22
import java .util .TimeZone ;
23
23
import java .util .UUID ;
24
24
25
+ import com .microsoft .sqlserver .jdbc .SQLServerDataTable ;
25
26
import com .microsoft .sqlserver .testframework .PrepUtil ;
26
- import org .junit .Assert ;
27
27
import org .junit .jupiter .api .AfterAll ;
28
28
import org .junit .jupiter .api .BeforeAll ;
29
29
import org .junit .jupiter .api .Tag ;
@@ -121,9 +121,6 @@ public void testCallableStatementClosedConnection() {
121
121
fail (TestResource .getResource ("R_expectedFailPassed" ));
122
122
} catch (Exception e ) {
123
123
assertEquals (TestResource .getResource ("R_statementClosed" ), e .getMessage ());
124
- =======
125
- createSimpleRetValSproc ();
126
- >>>>>>> 4 c6227ab (Revert Execute Stored Procedure directly feature (#2488 ))
127
124
}
128
125
}
129
126
You can’t perform that action at this time.
0 commit comments