Skip to content

Commit

Permalink
addeded cases test on in3050
Browse files Browse the repository at this point in the history
  • Loading branch information
Nsanga Sylvie committed May 14, 2011
1 parent 7852480 commit 1932758
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test_in3050.m
Expand Up @@ -5,6 +5,7 @@
% Date 2/28/11
% Mehreen Asad (Changed test cases to show correct result, Added 3 test cases)
% Liz Li (added a test case)
% added case by Sylvie

e=0;
e= e + runtest(20,40,false);
Expand All @@ -18,8 +19,11 @@
e= e + runtest(30,50, false);% this was originally true but should be false
e= e + runtest(30,41,false);% Added this test case
e= e + runtest(43,45,true);% Added this test case
e= e + runtest(37,38,true);% Added this test case
e= e + runtest(30,40,true);% Added by Liz Li
e= e + runtest(37,38,true);% Added this test case
e= e + runtest(30,40,true);% Added by Liz Li
e= e + runtest(31,40,true) ;%added by Sylvie
e= e + runtest(20,50,false);%added by Sylvie




Expand Down

0 comments on commit 1932758

Please sign in to comment.