~ubuntu-branches/ubuntu/quantal/nginx/quantal-updates

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/t/024-access/subrequest.t

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry
  • Date: 2011-09-26 10:17:04 UTC
  • mfrom: (4.2.38 sid)
  • Revision ID: package-import@ubuntu.com-20110926101704-x8pxngiujrmkxnn3
Tags: 1.1.4-2
[Kartik Mistry]
* debian/modules:
  + Updated nginx-upload-progress module, Thanks to upstream for fixing issue
    that FTBFS nginx on kFreeBSD-* archs.
  + Updated nginx-lua module to latest upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#master_process_enabled(1);
7
7
#log_level('warn');
8
8
 
9
 
#repeat_each(2);
 
9
repeat_each(2);
10
10
#repeat_each(1);
11
11
 
12
12
plan tests => repeat_each() * (blocks() * 2);
469
469
    }
470
470
--- request
471
471
GET /lua
472
 
--- response_body
473
 
fo%3d=%3d%3e&%3d=%3a
 
472
--- response_body_like chop
 
473
^(?:fo%3d=%3d%3e\&%3d=%3a|%3d=%3a\&fo%3d=%3d%3e)$
474
474
 
475
475
 
476
476
 
491
491
    }
492
492
--- request
493
493
GET /lua
494
 
--- response_body
495
 
bar=hello&foo=3
 
494
--- response_body_like chop
 
495
^(?:bar=hello\&foo=3|foo=3\&bar=hello)$
496
496
 
497
497
 
498
498