components/desktop/firefox/patches/firefox22-76-skip_mozbuild_test.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
equal deleted inserted replaced
5526:570ac9aab8b2 5527:611b2d6efdfe
     1 For testing. Runs the test from a different environment than the Mozilla 
       
     2 default. Needs further investigation. 
       
     3 
       
     4 --- mozilla-esr31/python/mozbuild/mozbuild/test/test_mozconfig.py.orig	2015-06-04 17:42:52.122873933 -0700
       
     5 +++ mozilla-esr31/python/mozbuild/mozbuild/test/test_mozconfig.py	2015-06-04 17:42:52.133296079 -0700
       
     6 @@ -477,5 +477,5 @@
       
     7              self.assertEquals(e.exception.output, ['hello world'])
       
     8  
       
     9  
       
    10 -if __name__ == '__main__':
       
    11 -    main()
       
    12 +#if __name__ == '__main__':
       
    13 +#    main()
       
    14 --- mozilla-esr31/python/mozbuild/mozbuild/test/test_base.py.orig	2015-06-04 17:42:52.128263022 -0700
       
    15 +++ mozilla-esr31/python/mozbuild/mozbuild/test/test_base.py	2015-06-04 17:42:52.133425656 -0700
       
    16 @@ -393,5 +393,5 @@
       
    17          self.assertEqual(p.srcdir_path(), "/src/foo/bar")
       
    18          self.assertEqual(p.objdir_path(), "/src/obj/foo/bar")
       
    19  
       
    20 -if __name__ == '__main__':
       
    21 -    main()
       
    22 +#if __name__ == '__main__':
       
    23 +#    main()