> +import java.util.Date;
> +
> +import org.jclouds.openstack.v2_0.options.PaginationOptions;
> +import org.testng.annotations.Test;
> +
> +import com.google.common.collect.ImmutableList;
> +
> +/**
> + * Tests behavior of {@code ListOptions}
> + */
> +@Test(groups = "unit")
> +public class ListOptionsTest {
> +
> +   public void testChangesSince() {
> +      Date ifModifiedSince = new Date();
> +      ListOptions options = new ListOptions().changesSince(ifModifiedSince);

[very very minor] Rename variable to `changesSince`? But since this is a 
backport, fine to leave as-is

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/517/files#r17566165

Reply via email to