[jhbuild/release-team-commands] [twoninetynine] other test to catch C# modules using libgnomevfs



commit 883709ef58852a561f726b87d0389c01ff45cfa2
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Aug 5 13:13:32 2009 +0200

    [twoninetynine] other test to catch C# modules using libgnomevfs

 jhbuild/commands/twoninetynine.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/commands/twoninetynine.py b/jhbuild/commands/twoninetynine.py
index ec18a26..ff544c5 100644
--- a/jhbuild/commands/twoninetynine.py
+++ b/jhbuild/commands/twoninetynine.py
@@ -73,6 +73,7 @@ class LibGnomeVfs(ShellCheck):
         FIND_C + " | xargs grep '^#include <libgnomevfs/'",
         "find -name '*.py' | xargs grep 'import .*gnomevfs'",
         "find -name '*.cs' | xargs grep '^using Gnome.Vfs'",
+        "find -name '*.cs' | xargs grep 'Gnome.Vfs.Initialize'",
     )
 
 class LibGnomePrint(ShellCheck):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]