chrome/test/unit/data/test_bug380398.manifest

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/chrome/test/unit/data/test_bug380398.manifest	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +# Success cases
     1.5 +content  test1  test/  appversion=5
     1.6 +content  test2  test/  appversion<6
     1.7 +content  test3  test/  appversion>4
     1.8 +content  test4  test/  appversion>=5
     1.9 +content  test5  test/  appversion<=5
    1.10 +
    1.11 +# Failure cases
    1.12 +content  test6  test/  appversion>5
    1.13 +content  test7  test/  appversion<5
    1.14 +content  test8  test/  appversion>
    1.15 +content  test9  test/  appversion<
    1.16 +content  test10  test/  appversion=
    1.17 +content  test11  test/  appversion

mercurial