Correction mineure 2
This commit is contained in:
parent
5afea1807a
commit
c8500cb7d4
2 changed files with 2 additions and 3 deletions
|
|
@ -1,11 +1,9 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
using MediaTekDocuments.model;
|
||||
using MediaTekDocuments.controller;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ namespace Mediatek.Tests
|
|||
[TestMethod]
|
||||
public void TestParutionDansAbonnement_ValidationDates()
|
||||
{
|
||||
FrmMediatek frm = new FrmMediatek();
|
||||
Utilisateur user = new Utilisateur("1", "admin", "philippe", "erwann", 1, "administration");
|
||||
FrmMediatek frm = new FrmMediatek(user);
|
||||
|
||||
DateTime debut = new DateTime(2024, 01, 01);
|
||||
DateTime fin = new DateTime(2024, 12, 31);
|
||||
|
|
|
|||
Loading…
Reference in a new issue