correct raised test/messages
diff --git a/test/messages/2.5_func_newstyle_exceptions.txt b/test/messages/2.5_func_newstyle_exceptions.txt
index fc3adcb..8155c81 100644
--- a/test/messages/2.5_func_newstyle_exceptions.txt
+++ b/test/messages/2.5_func_newstyle_exceptions.txt
@@ -1,4 +1,4 @@
+E: 25:fonctionNew: Raising a new style class which doesn't inherit from BaseException
+E: 33:fonctionNew2: Raising a new style class which doesn't inherit from BaseException
 W: 21:fonctionBof: Exception doesn't inherit from standard "Exception" class
-W: 25:fonctionNew: Exception doesn't inherit from standard "Exception" class
 W: 29:fonctionBof2: Exception doesn't inherit from standard "Exception" class
-W: 33:fonctionNew2: Exception doesn't inherit from standard "Exception" class
diff --git a/test/messages/func_bad_assigment_to_exception_var.txt b/test/messages/func_bad_assigment_to_exception_var.txt
index 9b9bc02..5c4f11a 100644
--- a/test/messages/func_bad_assigment_to_exception_var.txt
+++ b/test/messages/func_bad_assigment_to_exception_var.txt
@@ -1,5 +1,5 @@
-W: 11: Identifier e used to raise an exception is assigned to 1 line 7
-W: 15: Identifier e2 used to raise an exception is assigned to 'yo' line 8
-W: 20:func: Identifier e3 used to raise an exception is assigned to None
-W: 30: Identifier e3 used to raise an exception is assigned to None
+E: 11: Raising int while only classes, instances or string are allowed
+E: 20:func: Raising NoneType while only classes, instances or string are allowed
+E: 30: Raising NoneType while only classes, instances or string are allowed
+W: 15: Raising a string exception