more bom fixes

This commit is contained in:
Paul van Brenk
2017-03-21 16:43:35 -07:00
parent b7361b38a9
commit ed10c96035
2 changed files with 5 additions and 5 deletions

View File

@@ -374,7 +374,7 @@ function test_system() {
certificate: {
trusted: true,
subject: 'O=OpenFin INC., L=New York, S=NY, C=US',
thumbprint: '3c a5 28 19 83 05 fe 69 88 e6 8f 4b 3a af c5 c5 1b 07 80 5b'
thumbprint: '3c a5 28 19 83 05 fe 69 88 e6 8f 4b 3a af c5 c5 1b 07 80 5b'
},
listener(result) {
console.log('the exit code', result.exitCode);
@@ -443,7 +443,7 @@ function test_system() {
});
// terminateExternalProcess
fin.desktop.System.launchExternalProcess({
// notepad is in the systems PATH
// notepad is in the system's PATH
path: "notepad",
arguments: "",
listener(result) {

View File

@@ -1,4 +1,4 @@
function test_application() {
function test_application() {
let application: fin.OpenFinApplication;
// constructor
application = new fin.desktop.Application({
@@ -381,7 +381,7 @@ function test_system() {
certificate: {
trusted: true,
subject: 'O=OpenFin INC., L=New York, S=NY, C=US',
thumbprint: '3c a5 28 19 83 05 fe 69 88 e6 8f 4b 3a af c5 c5 1b 07 80 5b'
thumbprint: '3c a5 28 19 83 05 fe 69 88 e6 8f 4b 3a af c5 c5 1b 07 80 5b'
},
listener: function (result) {
console.log('the exit code', result.exitCode);
@@ -450,7 +450,7 @@ function test_system() {
});
// terminateExternalProcess
fin.desktop.System.launchExternalProcess({
// notepad is in the systems PATH
// notepad is in the system's PATH
path: "notepad",
arguments: "",
listener: function (result) {