Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Updated and reinstated tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nishen committed Dec 18, 2009
1 parent de4a4f6 commit 100891b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,19 +205,17 @@ public static void checkBadRequest(String requestPath) throws Exception {
// API-M Lite: getNextPID
//---

/*
public void testGetNextPID_OK() throws Exception {
checkOK(GET_NEXT_PID_PATH);
}

public void testGetNextPID_BadAuthN() throws Exception {
checkBadAuthN(GET_NEXT_PID_PATH);
}
*/
public void testGetNextPID_BadAuthZ() throws Exception {
checkBadAuthZ(GET_NEXT_PID_PATH);
}
/*

//---
// API-M Lite: upload
//---
Expand Down Expand Up @@ -367,7 +365,7 @@ public void testFindObjects_OK() throws Exception {
public void testFindObjects_BadRequest() throws Exception {
checkBadRequest(FIND_OBJECTS_BADREQ_PATH);
}
*/

//---
// Static helpers
//---
Expand Down

0 comments on commit 100891b

Please sign in to comment.