app: fill entity page tests
[abstract.git] / app / test / aaTestNames.jsm
blob40ac04c028675bccfbb890668a32c387d73b6a5a
1 /* vim:set ts=2 sw=2 sts=2 et cindent tw=79 ft=javascript: */
2 /*
3  * Copyright (C) 2008 Sergey Yanovich <ynvich@gmail.com>
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU General Public License as
7  * published by the Free Software Foundation; either version 2 of the
8  * License, or (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public
16  * License along with this program; if not, write to the
17  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18  * Boston, MA 02111-1307, USA.
19  */
21 const aaTestNames = {
22 EntityTag : ["A Corp."
23             ,"Smith, John"
24             ,"Z Inc."
25             ,"OK Bank."
26             ,"X Corp."
27             ,"Y Ltd."
28             ],
29             
30 EntityTagFillCid: [
31   Components.ID("{B5DFC5FA-3C4A-4158-81E5-874D2D002C1C}"),
32   Components.ID("{DD838937-D0E1-49fb-BFA2-B91F536D38D4}"),
33   Components.ID("{AC2A0ADE-44F2-4502-89EB-AD9A51628CA1}"),
34   Components.ID("{33F4C9DD-CB91-47cc-907A-740B638D19DE}"),
35   Components.ID("{6C68F78B-F25E-4513-A17D-D72E1282FCCD}"),
36   Components.ID("{B97C79A6-957B-4ec7-956E-BDF38B9E3E06}")
39 ResourceTag : ["USD"
40               ,"steel, tn"
41               ,"cast iron, tn"
42               ,"EUR"
43               ],
45 ResourceType : [true
46                ,false
47                ,false
48                ,true
49                ],
51 ResourceCode : [840
52                ,0
53                ,0
54                ,978
55                ],
57 FlowTag : ["purchase 1"
58           ,"metall storage"
59           ]