#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 TestReadSecret
{	

 

     [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