We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b9ebc commit 9e3140cCopy full SHA for 9e3140c
1 file changed
src/jna-test/org/firebirdsql/gds/ng/jna/JnaDatabaseTest.java
@@ -152,7 +152,7 @@ void testBasicCreateAndDrop() throws Exception {
152
try {
153
db.createDatabase();
154
assertTrue(db.isAttached(), "Database should be attached after create");
155
- assertTrue(dbFile.exists() || !FBTestProperties.DB_SERVER_URL.equalsIgnoreCase("localhost"),
+ assertTrue(dbFile.exists() || !FBTestProperties.isLocalhost(),
156
"Expected database file to exist (NOTE: only works on localhost)");
157
158
db.dropDatabase();
0 commit comments