Skip to content

Commit acc4f8c

Browse files
author
tekool
committed
Chnaged dependency to puremvc-typescript-multicore-1.0.d.ts into puremvc-typescript-multicore-1.1.d.ts
1 parent 068406f commit acc4f8c

34 files changed

+33
-1145
lines changed

test/bin/puremvc-typescript-multicore-1.0-unit-tests.js

Lines changed: 0 additions & 1112 deletions
This file was deleted.

test/src/org/puremvc/typescript/multicore/core/ControllerTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///<reference path='../../../../../../../test/lib/YUITest.d.ts'/>
2-
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.0.d.ts'/>
2+
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.1.d.ts'/>
33

44
///<reference path='ControllerTestVO.ts'/>
55
///<reference path='ControllerTestCommand2.ts'/>

test/src/org/puremvc/typescript/multicore/core/ControllerTestCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.0.d.ts'/>
1+
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.1.d.ts'/>
22

33
///<reference path='ControllerTestVO.ts'/>
44

test/src/org/puremvc/typescript/multicore/core/ControllerTestCommand2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.0.d.ts'/>
1+
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.1.d.ts'/>
22

33
///<reference path='ControllerTestVO.ts'/>
44

test/src/org/puremvc/typescript/multicore/core/ModelTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///<reference path='../../../../../../../test/lib/YUITest.d.ts'/>
2-
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.0.d.ts'/>
2+
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.1.d.ts'/>
33

44
///<reference path='ModelTestProxy.ts'/>
55

test/src/org/puremvc/typescript/multicore/core/ModelTestProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.0.d.ts'/>
1+
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.1.d.ts'/>
22

33
module test
44
{

test/src/org/puremvc/typescript/multicore/core/ViewTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///<reference path='../../../../../../../test/lib/YUITest.d.ts'/>
2-
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.0.d.ts'/>
2+
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.1.d.ts'/>
33

44
///<reference path='ViewTestMediator.ts'/>
55
///<reference path='ViewTestMediator2.ts'/>

test/src/org/puremvc/typescript/multicore/core/ViewTestMediator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.0.d.ts'/>
1+
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.1.d.ts'/>
22

33
module test
44
{

test/src/org/puremvc/typescript/multicore/core/ViewTestMediator2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.0.d.ts'/>
1+
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.1.d.ts'/>
22

33
///<reference path='ViewTest.ts'/>
44

test/src/org/puremvc/typescript/multicore/core/ViewTestMediator3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.0.d.ts'/>
1+
///<reference path='../../../../../../../bin/puremvc-typescript-multicore-1.1.d.ts'/>
22

33
///<reference path='ViewTest.ts'/>
44

0 commit comments

Comments
 (0)