We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7096c7 commit 7e929e3Copy full SHA for 7e929e3
src/test/java/com/microsoft/sqlserver/jdbc/SQLServerDriverTest.java
@@ -242,7 +242,7 @@ public void testAppNameWithSpecifiedApplicationName() throws SQLException {
242
Statement stmt = conn.createStatement();
243
ResultSet rs = stmt.executeQuery("SELECT app_name()")) {
244
if (rs.next()) {
245
- assertEquals(SQLServerDriver.constructedAppName, rs.getString(1));
+ assertEquals("0123456789012345678901234567890123456789012345678901234567890123456789012345678901234589012345678901234567890123456789012345678", rs.getString(1));
246
}
247
} catch (SQLException e) {
248
fail(e.getMessage());
0 commit comments