removed inline assembler breakpoint
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 21 Oct 2002 03:46:38 +0000 (03:46 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 21 Oct 2002 03:46:38 +0000 (03:46 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@161 cb58f699-b61c-0410-a6fe-9272a202ed29

test/posttest.cpp

index 04ced4d..38e12fb 100644 (file)
@@ -124,7 +124,6 @@ int main(int argc,char* argv[])
             cin >> ch;
         }
 
-        _asm int 3;
         SAMLResponse* r2=p->accept((const XMLByte*)buf.c_str());
         cout << "Consumed Response: " << endl << *r2 << endl;