~ps-jenkins/ubuntu-push/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to docs/example-server/node_modules/supertest/node_modules/superagent/node_modules/formidable/test/fixture/js/encoding.js

  • Committer: Roberto Alsina
  • Date: 2014-09-05 14:57:17 UTC
  • mto: (91.179.25 automatic)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: roberto.alsina@canonical.com-20140905145717-0ufcsv27w25i1nnu
added example app server

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
module.exports['menu_seperator.png.http'] = [
 
2
  {type: 'file', name: 'image', filename: 'menu_separator.png', fixture: 'menu_separator.png',
 
3
  sha1: 'c845ca3ea794be298f2a1b79769b71939eaf4e54'}
 
4
];
 
5
 
 
6
module.exports['beta-sticker-1.png.http'] = [
 
7
  {type: 'file', name: 'sticker', filename: 'beta-sticker-1.png', fixture: 'beta-sticker-1.png',
 
8
  sha1: '6abbcffd12b4ada5a6a084fe9e4584f846331bc4'}
 
9
];
 
10
 
 
11
module.exports['blank.gif.http'] = [
 
12
  {type: 'file', name: 'file', filename: 'blank.gif', fixture: 'blank.gif',
 
13
  sha1: 'a1fdee122b95748d81cee426d717c05b5174fe96'}
 
14
];
 
15
 
 
16
module.exports['binaryfile.tar.gz.http'] = [
 
17
  {type: 'file', name: 'file', filename: 'binaryfile.tar.gz', fixture: 'binaryfile.tar.gz',
 
18
  sha1: 'cfabe13b348e5e69287d677860880c52a69d2155'}
 
19
];
 
20
 
 
21
module.exports['plain.txt.http'] = [
 
22
  {type: 'file', name: 'file', filename: 'plain.txt', fixture: 'plain.txt',
 
23
  sha1: 'b31d07bac24ac32734de88b3687dddb10e976872'}
 
24
];