/[ascend]/trunk/ascend/solver/test/test_qrslv.c
ViewVC logotype

Diff of /trunk/ascend/solver/test/test_qrslv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2686 by jpye, Wed Dec 12 12:39:25 2012 UTC revision 2687 by jpye, Fri Mar 1 02:15:09 2013 UTC
# Line 151  static void test_bug567(void){ Line 151  static void test_bug567(void){
151      package_load("qrslv",NULL);      package_load("qrslv",NULL);
152    
153      /* load the file */      /* load the file */
154      const char *path = "models/johnpye/fprops/brayton_split.a4c";      const char *path = "models/test/bug567/combinedcycle_fprops.a4c";
155      int status;      int status;
156      Asc_OpenModule(path,&status);      Asc_OpenModule(path,&status);
157      CU_ASSERT(status == 0);      CU_ASSERT(status == 0);
# Line 164  static void test_bug567(void){ Line 164  static void test_bug567(void){
164      CU_ASSERT(0 == zz_parse());      CU_ASSERT(0 == zz_parse());
165    
166      /* find the model */      /* find the model */
167      const char *simtype = "brayton_split_co2";      const char *simtype = "combinedcycle_toluene";
168      CU_ASSERT(FindType(AddSymbol(simtype))!=NULL);      CU_ASSERT(FindType(AddSymbol(simtype))!=NULL);
169    
170      /* instantiate it */      /* instantiate it */

Legend:
Removed from v.2686  
changed lines
  Added in v.2687

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22