File: VariantTest.log

package info (click to toggle)
libreoffice 1%3A4.0.3-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 2,548,908 kB
  • sloc: cpp: 3,995,956; java: 401,017; xml: 204,340; ansic: 91,037; perl: 43,011; python: 19,653; sh: 17,589; makefile: 9,023; yacc: 8,239; cs: 6,648; asm: 3,269; objc: 2,615; lex: 2,030; awk: 907; pascal: 800; csh: 235; lisp: 115; php: 104; sed: 7
file content (47 lines) | stat: -rw-r--r-- 2,174 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Test run started : 24/09/2008 10:58:18
----------------------------------------------------------------
TestAddress
 TEST START : TestAddress
  ITEM Assertion OK : test1: res = (aboo = '')
  ITEM Assertion OK : test 2: res = (aboo = 'fiddlesticks')
  ITEM Assertion OK : test 3: res = ('' = aboo)
  ITEM Assertion OK : test 4: res = ('fiddlesticks' = aboo )
  ITEM Assertion OK : test 5: res = (testString = '')
  ITEM Assertion OK : test 6: res = (testString = 'fiddlesticks')
  ITEM Assertion OK : test 7: res = ('' = testString)
  ITEM Assertion OK : test 8: res = ('fiddlesticks' = testString )
  ITEM Assertion OK : test 9: res = ( aboo < " )
  ITEM Assertion OK : test 10: res = ( testString < " )
  ITEM Assertion OK : test 11: res = ( aboo > " )
  ITEM Assertion OK : test 12: res = ( testString > " )
  ITEM Assertion OK : test 13: res = ( aboo <> '' )
  ITEM Assertion OK : test 14: res = ( testString <> '' )
  ITEM Assertion OK : test 15: res = (aboo = something/14)
  ITEM Assertion OK : test 16: res = something + 'string'
  ITEM Assertion OK : test 17: res = something & 'string'
  ITEM Assertion OK : test 18: res =  something MOD 10 )
  ITEM Assertion OK : test 19: res =  something AND 1 )
  ITEM Assertion OK : test 20: res =  something AND 0 )
  ITEM Assertion OK : test 21: res =  something OR 12)
  ITEM Assertion OK : test 22: res =  something OR 0 )
  ITEM Assertion OK : test 23: res =  something XOR 0 )
  ITEM Assertion OK : test 24: res =  something XOR 1 )
  ITEM Assertion OK : test 25: res =  something EQV 0 )
  ITEM Assertion OK : test 26: res =  something EQV 1 )
  ITEM Assertion OK : test 27: res =  something IMP 0 )
  ITEM Assertion OK : test 28: res =  something IMP 1 )
  ITEM Assertion OK : test 29: res =  something IMP 14 )
  ITEM Assertion OK : test 30: res =  NOT something )
  ITEM Assertion OK : test 31: res = something + 12 )
  ITEM Assertion OK : test 32: res = something - 12 )
  ITEM Assertion OK : test 33: res = -something )
  ITEM Assertion OK : test 34: res = something * 12 )
Test Results
============

Tests passed: 34
Tests failed: 0

END 'TestAddress
 TEST OK : TestAddress
Test run finished : 24/09/2008 10:58:20