Skip to content

Commit

Permalink
#341 Fixed core test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Oct 21, 2015
1 parent f4496d3 commit d7645ae
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 62 deletions.
1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/anonymous/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::anonymous

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/any/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::any

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/array/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::array

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/class/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::class

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/delegate/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::delegate

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/function/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::function

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/interface/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::interface

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/list/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::list

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/method/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::method

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/observer/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::observer

48 changes: 0 additions & 48 deletions packages/corto/lang/test/cbinding/primitive/README.md
Original file line number Diff line number Diff line change
@@ -1,104 +1,56 @@
# ::primitive

## Bool

### testCompare()

### testCopy()

### testCreate()

### testCreateChild()

### testDeclare()

### testDeclareChild()

### testDefine()

### testDeinit()

### testFalse()

### testFromstr()

### testInit()

### testStr()

### testTrue()

### testUpdate()

## Char

### testA()

### testCompare()

### testCopy()

### testCreate()

### testCreateChild()

### testDeclare()

### testDeclareChild()

### testDefine()

### testDeinit()

### testEsc()

### testFromstr()

### testInit()

### testNull()

### testStr()

### testUpdate()

## Color

### Blue

### Green

### Orange

### Red

### Yellow

## Octet

### test10()

### testCompare()

### testCopy()

### testCreate()

### testCreateChild()

### testDeclare()

### testDeclareChild()

### testDefine()

### testDeinit()

### testFromstr()

### testInit()

### testStr()

### testUpdate()

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/sequence/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::sequence

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/struct/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::struct

1 change: 0 additions & 1 deletion packages/corto/lang/test/cbinding/virtual/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# ::virtual

2 changes: 1 addition & 1 deletion packages/corto/lang/test/src/test_Resolver.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cx_void _test_Resolver_tc_caseInsensitive(test_Resolver this) {
}

/* ::test::Resolver::tc_resolveAll() */
/* $header(::test::Resolver::tc_resolveAll()) */
/* $header(::test::Resolver::tc_resolveAll) */
int tc_resolveAllWalk(cx_object o, void *udata) {
CX_UNUSED(udata);
cx_id id;
Expand Down

0 comments on commit d7645ae

Please sign in to comment.