- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for samluser (0.04 seconds)
-
src/test/java/org/codelibs/fess/sso/SsoManagerTest.java
} // Test full integration scenarios @Test public void test_fullScenario_ssoEnabled() { currentSsoType = "saml"; final LoginCredential expectedCredential = new TestLoginCredential("samluser"); final ActionResponse expectedResponse = HtmlResponse.asEmptyBody(); final String expectedLogoutUrl = "https://saml.example.com/logout"; testAuthenticator.setLoginCredential(expectedCredential);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.5K bytes - Click Count (0) -
tests/migrate_test.go
} DB.Migrator().DropTable(&GameUser{}) err := DB.AutoMigrate(&GameUser{}) AssertEqual(t, nil, err) err = DB.Table("game_users").AutoMigrate(&GameUser1{}) AssertEqual(t, nil, err) _, err = findColumnType(&GameUser{}, "stat_ab_ground_destroy_count") AssertEqual(t, nil, err) _, err = findColumnType(&GameUser{}, "rate_ground_rb_ground_destroy_count") AssertEqual(t, nil, err)
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:49:01 GMT 2026 - 66.3K bytes - Click Count (0)