[go: up one dir, main page]

File: README

package info (click to toggle)
coin3 3.1.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 48,344 kB
  • ctags: 70,042
  • sloc: cpp: 314,328; ansic: 15,927; sh: 13,635; makefile: 8,780; perl: 2,149; lex: 1,302; lisp: 1,247; yacc: 184; xml: 175; sed: 68
file content (50 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download | duplicates (10)
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
48
49
50
writeref.wrl 

  Test that routes to Script node fields are exported correctly

writeref-2.wrl

  Test that routes to Script node eventIn fields are exported
  correctly

writeref-3.wrl

  Test that more complicated routes involving Script node fields are exported
  correctly

writeref-4.wrl

  Test that IS connections in PROTOs are exported correctly

bug199-ok.wrl

  Test some string boundary cases:
  o \\ followed by a " (test if the last " correctly ignores the previous \)
  o \" inside a string followed by MField delimiters
  o String containing a \" followed by a literal newline (the newline
    should _not_ end the string)

bug199-ok.iv

  Test some string boundary cases:
  o String containing a single \"
  o String containing a single literal \
  o String containing two literal \ characters
  o \" inside a string followed by MField delimiters

bug077.iv

  Test that engines having a field which is by default connected
  to the global "realTime" field are correctly exported when used
  in a field connection.

bug029-1.iv

  Test that we support integer values for enum field in SoUnknownNode
  instances.

bug029-2.iv

  Test that we support and pass through unknown enum values in SoUnknownNode
  instances.