CASA/c_micasad/test/verbs/TestRemoveKeyChain.cs
2005-10-11 19:51:00 +00:00

49 lines
625 B
C#

#if DEBUG
using System;
using System.Text;
using System.Collections;
//using System.InvalidOperationException;
using NUnit.Framework;
using sscs.common;
using sscs.cache;
using sscs.verbs;
namespace sscs.verbs
{
[TestFixture]
public class TestRemoveKeyChain
{
[SetUp]
public void Init()
{
}
// TBD: Need to construct the input buf and output buf and call the processRequest()
//As of now all internal functions are tested and the cachelib test code
// also indirectly tests this function.
}
}
#endif