avancée sur benevoleDemandesEnCoursPage
いくつかのステータスチェックが待機中です
Java CI with Maven / build (push) Waiting to run
いくつかのステータスチェックが待機中です
Java CI with Maven / build (push) Waiting to run
このコミットが含まれているのは:
コミット
993f9f202b
2個のファイルの変更、1行の追加、1行の削除
バイナリファイルは表示されません。
|
|
@ -93,7 +93,7 @@ class BenevoleDemandesEncoursPageTest {
|
|||
String testUserNom = "Test Mc Testy";
|
||||
String testUserEmail = "test@example.com";
|
||||
String testUserRole = "benevole"; // l'utilisateur de test doit être un bénévole pour pouvoir tester la méthode
|
||||
String insertSQL0 = "INSERT INTO utilisateur (nom, mail, role) VALUES (?, ?, ?)";
|
||||
String insertSQL0 = "INSERT INTO utilisateur (nom, email, role) VALUES (?, ?, ?)";
|
||||
PreparedStatement insertStatement0 = connection.prepareStatement(insertSQL0, PreparedStatement.RETURN_GENERATED_KEYS);
|
||||
insertStatement0.setString(1, testUserNom);
|
||||
insertStatement0.setString(2, testUserEmail);
|
||||
|
|
|
|||
読み込み中…
新しいイシューから参照