~afb/smart/mongodb

« back to all changes in this revision

Viewing changes to tests/data/rpm/mongo/other.js

  • Committer: Anders F Bjorklund
  • Date: 2011-05-30 18:51:11 UTC
  • Revision ID: afb@users.sourceforge.net-20110530185111-loi0qnwwq1fhfi57
add test case for mongo channel

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
db.other.save({
 
2
  _id:  "d69f3f4a59644f480ede8d512a20e6174cf40797",
 
3
  Name: "name1",
 
4
  Arch: "noarch",
 
5
  Epoch:        0,
 
6
  Version:      "version1",
 
7
  Release:      "release1",
 
8
  Changelogs: [
 
9
  ]
 
10
});
 
11
db.other.save({
 
12
  _id:  "639805ebb8cfad0258dc5ed114c2a93ce5553565",
 
13
  Name: "name2",
 
14
  Arch: "noarch",
 
15
  Epoch:        0,
 
16
  Version:      "version2",
 
17
  Release:      "release2",
 
18
  Changelogs: [
 
19
  ]
 
20
});