diff --git a/teal_standalone.py b/teal_standalone.py
index 75ed77665..a4677f37e 100644
--- a/teal_standalone.py
+++ b/teal_standalone.py
@@ -15,7 +15,7 @@
"""
Created on Dec 01, 2023
-@author: aalfonsi
+@author: alfoa (A. Alfonsi)
This is a package that properly imports TEAL (CashFlow standalone driver) and runs it.
"""
diff --git a/tests/CashFlow_test_NPV_RunAsCode.py b/tests/CashFlow_test_NPV_RunAsCode.py
index 5df9dc070..131350cd5 100644
--- a/tests/CashFlow_test_NPV_RunAsCode.py
+++ b/tests/CashFlow_test_NPV_RunAsCode.py
@@ -2,7 +2,7 @@
import os
import sys
# run the Cash Flow plugin as stand alone code
-os.system('python ../src/CashFlow_ExtMod.py -iXML Cash_Flow_input_NPV.xml -iINP VarInp.txt -o out.out')
+os.system('python ../teal_standalone.py -iXML Cash_Flow_input_NPV.xml -iINP VarInp.txt -o out.out')
# read out.out and compare with gold
last = None
@@ -24,9 +24,10 @@
#
# This input tests the RAVEN plugin CashFlow in standalone mode.
#
-# Models.ExternalModel.CashFlow
+# Models.ExternalModel.TEAL.CashFlow
#
# Added classTested node
+# Reactivated test to test fix of issue #79
#
# CF-EA-5
#
diff --git a/tests/tests b/tests/tests
index c97470450..35edc324a 100644
--- a/tests/tests
+++ b/tests/tests
@@ -58,7 +58,7 @@
[./CashFlow_NPV_RunAsCode]
type = 'RavenPython'
input = 'CashFlow_test_NPV_RunAsCode.py'
- skip = 'Need to create driver to make this work'
+ #skip = 'Fixed with issue #79'
[../]
[./CashFlow_NPV_customTime]