480Oswego2013 / CSC-HCI-480-2013-repo

8 stars 8 forks source link

ImportUrlBuilderTest #22

Closed kevinwinahradsky closed 11 years ago

kevinwinahradsky commented 11 years ago

There is no test for passing null into the setKey() function. The code will fail this test as it will probably accept this and eventually throw an npe on a call to build. So the ImportUrl class should guard against null being passed into setKey().

480Oswego2013 commented 11 years ago

just updated and pushed let me know if i need to re-fix