diff --git a/src/tests/AddItemFilmTest.java b/src/tests/AddItemFilmTest.java index ebe188f98d239647329b6bbd2ba434ea759af2d4..2b5722c4e381d9e6594080ef935f73732c1ddc76 100644 --- a/src/tests/AddItemFilmTest.java +++ b/src/tests/AddItemFilmTest.java @@ -15,15 +15,15 @@ public class AddItemFilmTest { /** * Check that the method addItemFilm() throws the expected exception. * - * @param sn the <i>ISocialNetwork</i> to test - * @param login login of the member - * @param password password of the member - * @param title title of the film - * @param kind kind of the film - * @param director director of the film - * @param scenarist scenarist of the film - * @param duration duration of the film (in minutes) - * @param testId id of the test + * @param sn the <i>ISocialNetwork</i> to test + * @param login login of the member + * @param password password of the member + * @param title title of the film + * @param kind kind of the film + * @param director director of the film + * @param scenarist scenarist of the film + * @param duration duration of the film (in minutes) + * @param testId id of the test * @param expectedException error message to display if test fails * @return 0 if the exception was correctly thrown, 1 otherwise */ @@ -78,7 +78,7 @@ public class AddItemFilmTest { * @return a summary of the performed tests */ public static TestReport test() { - + ISocialNetwork sn = new SocialNetwork(); int nbTests = 0; int nbErrors = 0;