michael@0: # Success cases michael@0: content test1 test/ appversion=5 michael@0: content test2 test/ appversion<6 michael@0: content test3 test/ appversion>4 michael@0: content test4 test/ appversion>=5 michael@0: content test5 test/ appversion<=5 michael@0: michael@0: # Failure cases michael@0: content test6 test/ appversion>5 michael@0: content test7 test/ appversion<5 michael@0: content test8 test/ appversion> michael@0: content test9 test/ appversion< michael@0: content test10 test/ appversion= michael@0: content test11 test/ appversion