| Index: tools/valgrind/chrome_tests.py
|
| diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
|
| index 55d5a939dbd862c4cf4ceaf2aad8011d64d738a3..821502c74ef1a7aadf05b483d4b42c6c9d1c5cfe 100755
|
| --- a/tools/valgrind/chrome_tests.py
|
| +++ b/tools/valgrind/chrome_tests.py
|
| @@ -225,8 +225,8 @@ class ChromeTests:
|
| def TestMedia(self):
|
| return self.SimpleTest("chrome", "media_unittests")
|
|
|
| - def TestNotifier(self):
|
| - return self.SimpleTest("chrome", "notifier_unit_tests")
|
| + def TestJingle(self):
|
| + return self.SimpleTest("chrome", "jingle_unittests")
|
|
|
| def TestPrinting(self):
|
| return self.SimpleTest("chrome", "printing_unittests")
|
| @@ -430,7 +430,7 @@ class ChromeTests:
|
| "webkit": TestLayout,
|
| "media": TestMedia, "media_unittests": TestMedia,
|
| "net": TestNet, "net_unittests": TestNet,
|
| - "notifier": TestNotifier, "notifier_unittests": TestNotifier,
|
| + "jingle": TestJingle, "jingle_unittests": TestJingle,
|
| "printing": TestPrinting, "printing_unittests": TestPrinting,
|
| "reliability": TestReliability, "reliability_tests": TestReliability,
|
| "remoting": TestRemoting, "remoting_unittests": TestRemoting,
|
|
|